Procházet zdrojové kódy

Fix a stupid raw string

pull/530/head
davemachado před 6 roky
rodič
revize
5e51c8b15f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh Zobrazit soubor

@@ -19,7 +19,7 @@ else
fi

echo "checking if /json was changed..."
egrep "\+{3}\s.\/json\/" 527.diff > json.txt
egrep "\+{3}\s.\/json\/" diff.txt > json.txt
if [[$? == 0]]; then
echo "JSON files are auto-generated! Please do not update these files:"
cat json.txt


Načítá se…
Zrušit
Uložit