浏览代码

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


正在加载...
取消
保存