Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
TechnikNews
/
PublicAPIs
réplica de
https://github.com/public-apis/public-apis
Seguir
1
Destacar
2
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
use verbose equals in bash
pull/530/head
davemachado
hace 7 años
padre
5e51c8b15f
commit
e0ffb2ff62
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
build/main.sh
+ 1
- 1
build/main.sh
Ver fichero
@@ -20,7 +20,7 @@ fi
echo "checking if /json was changed..."
egrep "\+{3}\s.\/json\/" diff.txt > json.txt
if [
[$? == 0]
]; then
if [
$? -eq 0
]; then
echo "JSON files are auto-generated! Please do not update these files:"
cat json.txt
exit 1
Escribir
Vista previa
Cargando…
Cancelar
Guardar