From 6ba41fa15b16c22711956a80c0938db6c5c44a97 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 Feb 2013 10:40:17 +0100 Subject: 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. --- set-serial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'set-serial.sh') 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 -- cgit v1.2.1