remove double / from filenames in display
[rsync/rsync.git] / support / rsyncstats
index e5c6355..da95dd0 100755 (executable)
@@ -73,6 +73,8 @@ line: while (<LOG>) {
 
    $file = $module . "/" . $file;
 
+   $file =~ s|//|/|mg;
+
    @path = split(/\//, $file);
 
    $pathkey = "";