build
This commit is contained in:
parent
5aaa437dd8
commit
dffda8c1ec
1 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
./build.py \
|
||||
|| \
|
||||
if [ -x './build.py' ] ; then
|
||||
./build.py
|
||||
elif [ -x './build.sh' ] ; then
|
||||
./build.sh
|
||||
else
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue