Skip to content

Commit

Permalink
Fixes #19614
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Liljenberg <liljenberg.paul@gmail.com>
  • Loading branch information
oxypwn committed Jan 24, 2016
1 parent 037d159 commit 0c7201e
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 0c7201e

Please sign in to comment.