diff --git a/hack/make.sh b/hack/make.sh index 7668d1cb21c50..956411b95f793 100755 --- a/hack/make.sh +++ b/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"