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

lintian: r80 - trunk/checks



Author: jeroen
Date: 2004-02-27 15:26:39 +0100 (Fri, 27 Feb 2004)
New Revision: 80

Modified:
   trunk/checks/files
Log:
... replace _all_ double slash-occurances then...

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2004-02-27 14:23:14 UTC (rev 79)
+++ trunk/checks/files	2004-02-27 14:26:39 UTC (rev 80)
@@ -484,7 +484,7 @@
 	# link
 	
 	my $mylink = $link;
-	if ($mylink =~ s,//+,/,) {
+	if ($mylink =~ s,//+,/,g) {
 	    print "E: $pkg $type: symlink-has-double-slash $file $link\n";
 	}
 	if ($mylink =~ s,(.)/$,$1,) {



Reply to: