build_editor.sh: Fixed it always running 'clean' builds... very sorry.

This commit is contained in:
Marco Cawthorne 2021-10-30 02:32:57 +02:00
parent d25a597d71
commit 8bfd7d24ec
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ else
cd ./worldspawn
fi
if [ "$BUILD_CLEAN" ]; then
if [ "$BUILD_CLEAN" -eq 1 ]; then
gmake clean
fi