Skip to content

Commit

Permalink
correction of typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlczech committed Apr 10, 2013
1 parent 146918e commit 5ee68cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
echo "OS Windows was detected - making configuration is set to Windows..."
else
MAKEARGS=Debug
echo "Not Windows OS was detected (most probably it is *nix-like OS) - making configuration is set to Debug..."
echo "Not Windows OS was detected (most probably it is unix-like OS) - making configuration is set to Debug..."
fi
MAKEARGS="-f Makefile CONF=$MAKEARGS"

Expand Down

0 comments on commit 5ee68cf

Please sign in to comment.