summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-02-06 10:40:17 +0100
committerPeter Simons <simons@cryp.to>2013-02-06 10:40:17 +0100
commit6ba41fa15b16c22711956a80c0938db6c5c44a97 (patch)
tree78ec44b9236799cf724324a0b7da6f3a35c81b2f
parent5e58322922bc96cf72e0f689a6734115f2368754 (diff)
downloadautoconf-archive-6ba41fa15b16c22711956a80c0938db6c5c44a97.tar.gz
In our internal bash scripts, the interpreter is now run through /usr/bin/env instead of having it's location hard-coded at /bin/bash.
-rwxr-xr-xfix-website.sh2
-rwxr-xr-xgen-authors.sh2
-rwxr-xr-xset-serial.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/fix-website.sh b/fix-website.sh
index 3a2b4af..18d54a8 100755
--- a/fix-website.sh
+++ b/fix-website.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
set -eu
shopt -s nullglob
diff --git a/gen-authors.sh b/gen-authors.sh
index f2c10e5..42c32d8 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /usr/bin/env bash
set -eu
diff --git a/set-serial.sh b/set-serial.sh
index 93a9140..7e52ed4 100755
--- a/set-serial.sh
+++ b/set-serial.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
set -eu