diff --git a/make.sh b/make.sh index c0880573f..842783922 100755 --- a/make.sh +++ b/make.sh @@ -391,7 +391,7 @@ exiterror() { prepareenv() { # Are we running the right shell? - if [ ! -z "${BASH}" ]; then + if [ -z "${BASH}" ]; then exiterror "BASH environment variable is not set. You're probably running the wrong shell." fi