Syntax error

Fix error: line 96: [: missing `]'
This commit is contained in:
Mateusz Juda 2016-11-10 10:04:39 +01:00 committed by GitHub
parent 2b3387844c
commit ffdde7f49b

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