summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 5a42b91..2148bd8 100644
--- a/setup.sh
+++ b/setup.sh
@@ -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