From 0c7201ee736f77e63cd1f191dfd6a3cf549b6def Mon Sep 17 00:00:00 2001 From: Paul Liljenberg Date: Sun, 24 Jan 2016 10:28:18 +0100 Subject: [PATCH] Fixes #19614 Signed-off-by: Paul Liljenberg --- hack/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make.sh b/hack/make.sh index 7668d1cb21..956411b95f 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -40,7 +40,7 @@ else fi fi -if [ -n "$inContainer" ]; then +if [ -z "$inContainer" ]; then { echo "# WARNING! I don't seem to be running in a Docker container." echo "# The result of this command might be an incorrect build, and will not be"