This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
SX_Cloud
/
space-android
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
only rewrite error code 2 -> 0
tobiasKaminsky
%!s(int64=7) %!d(string=hai) anos
pai
c6e0b0e7b2
achega
f9628a5f26
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
scripts/lint/lint-up-wrapper.sh
+ 1
- 1
scripts/lint/lint-up-wrapper.sh
Ver ficheiro
@@ -31,6 +31,6 @@ else
if [ $returnValue -eq 2 ]; then
exit 0
else
- exit
1
+ exit
$returnValue
fi
fi