remove double / from filenames in display
authorAndrew Tridgell <tridge@samba.org>
Mon, 2 Nov 1998 07:26:36 +0000 (07:26 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 2 Nov 1998 07:26:36 +0000 (07:26 +0000)
support/rsyncstats

index e5c6355..da95dd0 100755 (executable)
@@ -73,6 +73,8 @@ line: while (<LOG>) {
 
    $file = $module . "/" . $file;
 
+   $file =~ s|//|/|mg;
+
    @path = split(/\//, $file);
 
    $pathkey = "";