From 4c18c274e6192f748d185bee3aee4b616b0a978f Mon Sep 17 00:00:00 2001 From: wxy Date: Wed, 20 Dec 2017 15:55:05 +0800 Subject: [PATCH] =?UTF-8?q?CI=20=E8=A7=84=E5=88=99=E3=80=82=E3=80=82?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75b747a90f..8b36b6637b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ $(CHANGE_FILE): rule-source-added: [ $(shell grep '^A\s\+sources/(news|talk|tech)/\d{8} [a-zA-Z0-9_.,\-\(\)\[\] ]*\.md' $(CHANGE_FILE) | wc -l) -ge 1 ] - [ $(shell grep -v '^A\s\+sources/(news|talk|tech)/\d{6} [a-zA-Z0-9_-.,\(\)\[\] ]*\.md' $(CHANGE_FILE) | wc -l) = 0 ] + [ $(shell grep -v '^A\s\+sources/(news|talk|tech)/\d{8} [a-zA-Z0-9_-.,\(\)\[\] ]*\.md' $(CHANGE_FILE) | wc -l) = 0 ] echo 'Rule Matched: $(@)' rule-translation-requested: