mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
one more exit trap in distribute
This commit is contained in:
parent
ec0090cf05
commit
5d1ff3f4bf
@ -29,7 +29,7 @@ compile_installer ()
|
||||
sleep 5
|
||||
|
||||
if [[ -e installer/data/install.wad ]]; then
|
||||
make -C installer
|
||||
make -C installer || exit 1
|
||||
else echo -e "--Error installer/data/install.wad not found--"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user