Pārlūkot izejas kodu

use verbose equals in bash

pull/530/head
davemachado pirms 6 gadiem
vecāks
revīzija
e0ffb2ff62
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh Parādīt failu

@@ -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


Notiek ielāde…
Atcelt
Saglabāt