Browse Source

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

fatedier 11 months ago
parent
commit
d5589213c5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.sh

+ 3 - 0
package.sh

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