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

This commit is contained in:
fatedier 2024-03-12 18:07:55 +08:00 committed by GitHub
parent e0c979e98e
commit d5589213c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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