소스 검색

use verbose equals in bash

pull/530/head
davemachado 6 년 전
부모
커밋
e0ffb2ff62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      build/main.sh

+ 1
- 1
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


불러오는 중...
취소
저장