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

lintian: r293 - trunk/lib



Author: djpig
Date: 2004-06-19 15:51:44 +0200 (Sat, 19 Jun 2004)
New Revision: 293

Modified:
   trunk/lib/Util.pm
Log:
Don't commit untested changes, never!


Modified: trunk/lib/Util.pm
===================================================================
--- trunk/lib/Util.pm	2004-06-19 13:39:30 UTC (rev 292)
+++ trunk/lib/Util.pm	2004-06-19 13:51:44 UTC (rev 293)
@@ -60,7 +60,7 @@
 
 	# tabs at the beginning are illegal, but handle them anyways
 	s/^\t/ \t/o;
-	next if s/^#/; #comment line?
+	next if /^#/; #comment line?
 
 	# empty line?
 	if ((!$debconf_flag && m/^\s*$/) or 



Reply to: