mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-21 17:29:17 +01:00
set -e on buildscript to exit on error
This commit is contained in:
parent
ade596ed3d
commit
52b53e0914
@ -1,3 +1,5 @@
|
|||||||
|
set -e
|
||||||
|
|
||||||
for d in */ ; do
|
for d in */ ; do
|
||||||
make -C "$d"
|
make -C "$d"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user