Author: adam-guest
Date: 2008-03-18 07:34:34 +0000 (Tue, 18 Mar 2008)
New Revision: 1169
Modified:
trunk/scripts/checkbashisms.pl
Log:
Improve commenting
Modified: trunk/scripts/checkbashisms.pl
===================================================================
--- trunk/scripts/checkbashisms.pl 2008-03-18 07:33:11 UTC (rev 1168)
+++ trunk/scripts/checkbashisms.pl 2008-03-18 07:34:34 UTC (rev 1169)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+7#! /usr/bin/perl -w
# This script is essentially copied from /usr/share/lintian/checks/scripts,
# which is:
@@ -245,6 +245,10 @@
next;
}
}
+
+ # Check even if we removed the end of a quoted block
+ # in the previous check, as a single line can end one
+ # block and begin another
if ($quote_string eq "") {
# Possible start of a quoted block
for my $quote ("\"", "\'") {
--
To unsubscribe, send mail to [EMAIL PROTECTED]