From: Michael Tremer Date: Thu, 23 Nov 2017 16:06:59 +0000 (+0000) Subject: make.sh: Fix typo X-Git-Tag: v2.19-core117~1^2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=543286056ee211d4018b93cb866a63d2686a16dc;p=ipfire-2.x.git make.sh: Fix typo Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index c0880573f7..8427839222 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