Author: adam-guest
Date: 2008-02-19 07:48:06 +0000 (Tue, 19 Feb 2008)
New Revision: 1029
Modified:
trunk/scripts/checkbashisms.pl
Log:
Really fix #465364
Modified: trunk/scripts/checkbashisms.pl
===================================================================
--- trunk/scripts/checkbashisms.pl 2008-02-19 06:54:05 UTC (rev 1028)
+++ trunk/scripts/checkbashisms.pl 2008-02-19 07:48:06 UTC (rev 1029)
@@ -128,7 +128,7 @@
'(?:^|\s+)exec\s+-[acl]' => q<exec -c/-l/-a name>,
'(?:^|\s+)let\s' => q<let ...>,
'\$RANDOM\b' => q<$RANDOM>,
- '(?<!\$)\(\(+.*\)\)' => q<'((' should be '$(('>,
+ '(?<![\$\(])\(\(.*\)\)' => q<'((' should be '$(('>,
'(\[|test)\s+-a' => q<test with unary -a (should be
-e)>,
'\&>' => q<should be \>word 2\>&1>,
'(<\&|>\&)\s*(-[^\s;|]|\d+[^\s;|]|[^-\d\s;|])' =>
--
To unsubscribe, send mail to [EMAIL PROTECTED]