make.sh: Fix typo

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-11-23 16:06:59 +00:00
parent f978327791
commit 543286056e

View File

@@ -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