瀏覽代碼

Merge pull request #19627 from pandrew/fix_warning_on_build

Fix warning
Vincent Demeester 9 年之前
父節點
當前提交
42a0fd7e92
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"