make build script exit on error

This commit is contained in:
opa334 2022-09-30 22:41:06 +02:00
parent 45961184cd
commit 7dcc863f2b
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
if [ -d "./out" ]
then