From 6f47dc440242927ff07ae15120ebce2670e7ace7 Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 24 Dec 2019 18:32:06 +0100 Subject: [PATCH] cmake: regex: remove ascii limit --- cmake/regex_check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/regex_check.sh b/cmake/regex_check.sh index d79fbbf..63b7e32 100755 --- a/cmake/regex_check.sh +++ b/cmake/regex_check.sh @@ -12,6 +12,7 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" "$SCRIPT_DIR/../cicd/style/regex_check.sh" \ -e '^build[^/]*/' \ -e '^.*\.svg$' \ + -r '(^$)|(^.*[^[:cntrl:][:blank:]]$)' \ "$SCRIPT_DIR/.." "$SCRIPT_DIR/../cicd/style/regex_check.sh" \ -e '^build[^/]*/' \