소스 검색

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
 fi
 fi
 
 
-if [ -n "$inContainer" ]; then
+if [ -z "$inContainer" ]; then
 	{
 	{
 		echo "# WARNING! I don't seem to be running in a Docker container."
 		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"
 		echo "# The result of this command might be an incorrect build, and will not be"