From d9b419fbff37889b5a8490e2216413a7ce1755c5 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Fri, 23 Feb 2018 16:30:39 -0800 Subject: Add ability to have custom content in OWNERS_ALIASES --- hack/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hack') diff --git a/hack/verify.sh b/hack/verify.sh index 8eb75982..52d57a02 100755 --- a/hack/verify.sh +++ b/hack/verify.sh @@ -19,7 +19,7 @@ make 1>/dev/null mismatches=0 break=$(printf "=%.0s" $(seq 1 68)) -for file in $(ls ${CRT_DIR}/sig-*/README.md ${CRT_DIR}/wg-*/README.md ${CRT_DIR}/sig-list.md); do +for file in $(ls ${CRT_DIR}/sig-*/README.md ${CRT_DIR}/wg-*/README.md ${CRT_DIR}/sig-list.md ${CRT_DIR}/OWNERS_ALIASES); do real=${file#$CRT_DIR/} if ! diff -q ${file} ${WORKING_DIR}/${real} &>/dev/null; then echo "${file} does not match ${WORKING_DIR}/${real}"; -- cgit v1.2.3