summaryrefslogtreecommitdiff
path: root/fix-website.sh
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 /fix-website.sh
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.
Diffstat (limited to 'fix-website.sh')
-rwxr-xr-xfix-website.sh2
1 files changed, 1 insertions, 1 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