- fixed build skip flag check

This commit is contained in:
Mark Vejvoda 2012-09-26 00:58:18 +00:00
parent 6ffab7463a
commit 5c60317c99
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ echo "Creating binary package in $RELEASEDIR"
[[ -d "$RELEASEDIR" ]] && rm -rf "$RELEASEDIR"
mkdir -p "$RELEASEDIR"
if [ '$skipbinarybuild' = '0' ]
if [ $skipbinarybuild = 0 ]
then
# build the binaries