add `set -e` in package.sh (#4059)

pull/4060/head
fatedier 9 months ago committed by GitHub
parent e0c979e98e
commit d5589213c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,6 @@
#!/bin/sh
set -e
# compile for version
make
if [ $? -ne 0 ]; then

Loading…
Cancel
Save