This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
joker
/
frp
espejo de
https://github.com/fatedier/frp/
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add `set -e` in package.sh (#4059)
fatedier
hace 11 meses
padre
e0c979e98e
commit
d5589213c5
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
package.sh
+ 3
- 0
package.sh
Ver fichero
@@ -1,3 +1,6 @@
+#!/bin/sh
+set -e
+
# compile for version
make
if [ $? -ne 0 ]; then