diff options
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ set -eu # Are we running in bash? # Single bracket to be posix compliant in case we run in sh or something -if [ ! -z ${BASH} ]; then +if [ -z ${BASH} ]; then echo "This script must be run from the Bash shell!" exit 1 fi |