summaryrefslogtreecommitdiff
path: root/set-serial.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 /set-serial.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 'set-serial.sh')
-rwxr-xr-xset-serial.sh2
1 files changed, 1 insertions, 1 deletions
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