Explorar o código

Merge pull request #19627 from pandrew/fix_warning_on_build

Fix warning
Vincent Demeester %!s(int64=9) %!d(string=hai) anos
pai
achega
42a0fd7e92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/make.sh

+ 1 - 1
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"