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

lintian: r1329 - trunk/checks



Author: rra
Date: 2008-06-03 00:02:51 +0200 (Tue, 03 Jun 2008)
New Revision: 1329

Modified:
   trunk/checks/rules
Log:
Help Emacs syntax highlighting.


Modified: trunk/checks/rules
===================================================================
--- trunk/checks/rules	2008-06-02 22:00:00 UTC (rev 1328)
+++ trunk/checks/rules	2008-06-02 22:02:51 UTC (rev 1329)
@@ -120,7 +120,7 @@
 	}
     } else {
     	#if we have non-empty, non-comment lines, store them for all current targets:
-	if (m/^\s+[^#]/) {
+	if (m/^\s+[^\#]/) {
 	    foreach my $target (@current_targets) {
 		$rules_per_target{$target} ||= [];
 		push @{$rules_per_target{$target}}, $_;


Reply to: