Merge pull request #96 from mateusz-juda/patch-1

Syntax error
This commit is contained in:
Thomas Pöchtrager 2017-01-06 19:00:54 +01:00 committed by GitHub
commit ebb878a573

View File

@ -93,7 +93,7 @@ if [ -n "$BWPLATFORM" ]; then
[ -z "$BWCOMPILEONLY" ] && BWCOMPILEONLY=1
else
[ -z "$PORTABLE"] && FLAGS="$CXXFLAGS "
[ -z "$PORTABLE" ] && FLAGS="$CXXFLAGS "
fi
if [ -n "$BWCXX" ]; then