From bfaa6f239b0837c888b1ff337daa83291c309166 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 Upstream-commit: 0c7201ee736f77e63cd1f191dfd6a3cf549b6def Component: engine --- components/engine/hack/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/make.sh b/components/engine/hack/make.sh index 7668d1cb21..956411b95f 100755 --- a/components/engine/hack/make.sh +++ b/components/engine/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"