Skip to content

Commit

Permalink
add set -e in package.sh (#4059)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier authored Mar 12, 2024
1 parent e0c979e commit d558921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh
set -e

# compile for version
make
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit d558921

Please sign in to comment.