diff --git a/build/main.sh b/build/main.sh index dcbc6898..93bc2f74 100755 --- a/build/main.sh +++ b/build/main.sh @@ -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