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. --- gen-authors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen-authors.sh') 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 -- cgit v1.2.1