[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 556d1304d0ae18c6876407c99e575cf78376e694

Ville Skyttä ville.skytta at iki.fi
Sun Jan 17 13:36:59 UTC 2010


The following commit has been merged in the master branch:
commit 556d1304d0ae18c6876407c99e575cf78376e694
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 17 15:36:01 2010 +0200

    (testsuite) Add check for awk with POSIX character classes.

diff --git a/test/runLint b/test/runLint
index 9a64326..b001676 100755
--- a/test/runLint
+++ b/test/runLint
@@ -16,7 +16,10 @@ cd $(dirname "$0") ; cd ..
 
 gitgrep "\bawk\b.*-F([[:space:]]|[[:space:]]*[\"'][^\"']{2,})" \
     'awk with -F char or -F ERE, use -Fchar instead (Solaris)'
-    
+
+gitgrep "\bawk\b.*\[:[a-z]*:\]" \
+    'awk with POSIX character class not supported in mawk (Debian/Ubuntu)'
+
 gitgrep '\bsed\b.*\\[?+]' \
     'sed with ? or +, use POSIX BRE instead (\{m,n\})'
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list