build | exit
This commit is contained in:
parent
10280bcdd9
commit
52588326f8
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
if [ -x './build.py' ] ; then
|
||||
./build.py
|
||||
./build.py \
|
||||
|| exit
|
||||
elif [ -x './build.sh' ] ; then
|
||||
./build.sh
|
||||
./build.sh \
|
||||
|| exit
|
||||
else
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue