mirror of
https://github.com/glest/glest-source.git
synced 2025-08-27 01:44:23 +02:00
- fixed build skip flag check
This commit is contained in:
@@ -24,7 +24,7 @@ echo "Creating binary package in $RELEASEDIR"
|
|||||||
[[ -d "$RELEASEDIR" ]] && rm -rf "$RELEASEDIR"
|
[[ -d "$RELEASEDIR" ]] && rm -rf "$RELEASEDIR"
|
||||||
mkdir -p "$RELEASEDIR"
|
mkdir -p "$RELEASEDIR"
|
||||||
|
|
||||||
if [ '$skipbinarybuild' = '0' ]
|
if [ $skipbinarybuild = 0 ]
|
||||||
then
|
then
|
||||||
|
|
||||||
# build the binaries
|
# build the binaries
|
||||||
|
Reference in New Issue
Block a user