Explorar el Código

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

fatedier hace 11 meses
padre
commit
d5589213c5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      package.sh

+ 3 - 0
package.sh

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