aboutsummaryrefslogtreecommitdiffstats
path: root/util/shredder
diff options
context:
space:
mode:
authorroot <root@dx.tradetal.com>2018-05-12 09:58:19 -0700
committerroot <root@dx.tradetal.com>2018-05-12 09:58:19 -0700
commite288f4696776b768ce38bc007413c6c35090138a (patch)
tree2cd18ca60c4892f429abe08683e2d40f3af9b66a /util/shredder
parent984de8f46f138932dda66adb4160b57220836697 (diff)
downloadvolse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.tar.gz
volse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.tar.bz2
volse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.zip
shebang portable
Diffstat (limited to 'util/shredder')
-rwxr-xr-xutil/shredder/JSON.sh2
-rwxr-xr-xutil/shredder/OAuth.sh2
-rwxr-xr-xutil/shredder/ShredOAuth.sh2
-rwxr-xr-xutil/shredder/shredder2
4 files changed, 4 insertions, 4 deletions
diff --git a/util/shredder/JSON.sh b/util/shredder/JSON.sh
index 20c4d282e..9d110a6fe 100755
--- a/util/shredder/JSON.sh
+++ b/util/shredder/JSON.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# The MIT License
#
# Copyright (c) 2011 Dominic Tarr
diff --git a/util/shredder/OAuth.sh b/util/shredder/OAuth.sh
index 4be4ed35b..07b2b9e1a 100755
--- a/util/shredder/OAuth.sh
+++ b/util/shredder/OAuth.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2010, 2012 Yu-Jie Lin
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/util/shredder/ShredOAuth.sh b/util/shredder/ShredOAuth.sh
index e21bea353..56fd3f722 100755
--- a/util/shredder/ShredOAuth.sh
+++ b/util/shredder/ShredOAuth.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2012 Fabio Comuni
# Copyright (c) 2012 Michael Nowack
# Copyright (c) 2010, 2012 Yu-Jie Lin
diff --git a/util/shredder/shredder b/util/shredder/shredder
index 61e6b1fd4..6f5736259 100755
--- a/util/shredder/shredder
+++ b/util/shredder/shredder
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2012 Fabio Comuni
# Copyright (c) 2010, 2012 Yu-Jie Lin
#