This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
joker
/
frp
réplica de
https://github.com/fatedier/frp/
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
add `set -e` in package.sh (#4059)
fatedier
hai 11 meses
pai
e0c979e98e
achega
d5589213c5
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
package.sh
+ 3
- 0
package.sh
Ver ficheiro
@@ -1,3 +1,6 @@
+#!/bin/sh
+set -e
+
# compile for version
make
if [ $? -ne 0 ]; then