Use set -e
to handle errors better in the build scripts
This commit is contained in:
parent
7effde04b1
commit
0394633734
11 changed files with 118 additions and 48 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
(
|
||||
set -e
|
||||
PS1="$"
|
||||
|
||||
basedir=$(realpath "$1")
|
||||
|
@ -23,3 +25,4 @@ do
|
|||
fi
|
||||
done
|
||||
echo "Built $decompiledir/src to be included in your project for src access";
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue