Author: adsb
Date: 2009-06-15 16:37:10 +0000 (Mon, 15 Jun 2009)
New Revision: 1906
Modified:
trunk/scripts/checkbashisms.pl
Log:
Properly escape @dpatch@
Modified: trunk/scripts/checkbashisms.pl
===================================================================
--- trunk/scripts/checkbashisms.pl 2009-06-14 16:32:30 UTC (rev 1905)
+++ trunk/scripts/checkbashisms.pl 2009-06-15 16:37:10 UTC (rev 1906)
@@ -451,7 +451,7 @@
$ret = $. - 1;
last;
- } elsif (m...@dpatch@~) {
+ } elsif (m...@dpatch\@~) {
$ret = $. - 1;
last;
}
--
To unsubscribe, send mail to [email protected].