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:
parent
d67ca5aa29
commit
55a0f73dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ if [ "$IN" -ot "$OUT" ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/scripting/spcomp "$IN"
|
/scripting/spcomp "$IN" || exit
|
||||||
|
|
||||||
OUT="${IN%.sp}.smx"
|
OUT="${IN%.sp}.smx"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue