Skip to content

Commit

Permalink
Merge pull request #19627 from pandrew/fix_warning_on_build
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
vdemeester committed Jan 24, 2016
2 parents 037d159 + 0c7201e commit 42a0fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 42a0fd7

Please sign in to comment.