[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1221 - trunk/checks



Author: rra
Date: 2008-02-19 20:19:41 +0100 (Tue, 19 Feb 2008)
New Revision: 1221

Modified:
   trunk/checks/scripts
Log:
One more regex update from checkbashisms.


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2008-02-19 10:45:45 UTC (rev 1220)
+++ trunk/checks/scripts	2008-02-19 19:19:41 UTC (rev 1221)
@@ -561,7 +561,7 @@
 		  '(?:^|\s+)echo\s+-e',        # echo -e
 		  '(?:^|\s+)exec\s+-[acl]',    # exec -c/-l/-a name
 		  '(?:^|\s+)let\s',	       # let ...
-		  '(?<!\$)\(\(.*\)\)',	       # '((' should be '$(('
+		  '(?<![\$\(])\(\(.*\)\)',     # '((' should be '$(('
 		  '(\[|test)\s+-a',	       # test with unary -a (should be -e)
 		);
 


Reply to: