build_editor.sh: Fixed it always running 'clean' builds... very sorry.
This commit is contained in:
parent
d25a597d71
commit
8bfd7d24ec
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ else
|
|||
cd ./worldspawn
|
||||
fi
|
||||
|
||||
if [ "$BUILD_CLEAN" ]; then
|
||||
if [ "$BUILD_CLEAN" -eq 1 ]; then
|
||||
gmake clean
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue