Author: adam-guest
Date: 2008-05-03 19:44:24 +0000 (Sat, 03 May 2008)
New Revision: 1427

Modified:
   trunk/debian/changelog
   trunk/scripts/checkbashisms.pl
Log:
* checkbashisms:
  + Also match use of "SHELL=/bin/bash -e" when checking whether a makefile
    explicitly uses bash

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-05-03 18:59:26 UTC (rev 1426)
+++ trunk/debian/changelog      2008-05-03 19:44:24 UTC (rev 1427)
@@ -1,6 +1,8 @@
 devscripts (2.10.28) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * checkbashisms:
+    + Also match use of "SHELL=/bin/bash -e" when checking whether a makefile
+      explicitly uses bash
 
  -- Adam D. Barratt <[EMAIL PROTECTED]>  Sat, 03 May 2008 19:59:06 +0100
 

Modified: trunk/scripts/checkbashisms.pl
===================================================================
--- trunk/scripts/checkbashisms.pl      2008-05-03 18:59:26 UTC (rev 1426)
+++ trunk/scripts/checkbashisms.pl      2008-05-03 19:44:24 UTC (rev 1427)
@@ -152,7 +152,7 @@
                $_ = $1 if $1;
            } 
 
-           last if m%^(export )?SHELL\s*:?=\s*(/bin/)?bash\s*$%;
+           last if m%^(export )?SHELL\s*:?=\s*(/bin/)?bash\s*%;
 
            s/^\t//;
            s/(\$){2}/$1/;



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to