From 543286056ee211d4018b93cb866a63d2686a16dc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 23 Nov 2017 16:06:59 +0000 Subject: [PATCH] make.sh: Fix typo Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2