瀏覽代碼

Fix a stupid raw string

pull/530/head
davemachado 6 年之前
父節點
當前提交
5e51c8b15f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh 查看文件

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


Loading…
取消
儲存