Browse code

Fixes #19614

Signed-off-by: Paul Liljenberg <liljenberg.paul@gmail.com>

Paul Liljenberg authored on 2016/01/24 18:28:18
Showing 1 changed files
... ...
@@ -40,7 +40,7 @@ else
40 40
 	fi
41 41
 fi
42 42
 
43
-if [ -n "$inContainer" ]; then
43
+if [ -z "$inContainer" ]; then
44 44
 	{
45 45
 		echo "# WARNING! I don't seem to be running in a Docker container."
46 46
 		echo "# The result of this command might be an incorrect build, and will not be"