1
0
Fork 0
mirror of https://codeberg.org/spire/spcomp.git synced 2026-06-03 16:44:08 +02:00

dont overwrite on failed compile

This commit is contained in:
Robin Appelman 2020-02-09 22:54:04 +01:00
commit 55a0f73dc4

View file

@ -25,7 +25,7 @@ if [ "$IN" -ot "$OUT" ]; then
return
fi
/scripting/spcomp "$IN"
/scripting/spcomp "$IN" || exit
OUT="${IN%.sp}.smx"