From 27dc9030e0de0c6622ae3f2cde189988d4a8464a Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Mon, 7 Nov 2022 11:33:52 -0500 Subject: Bugfixes --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') 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 -- cgit v1.2.3