mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-24 06:45:27 -04:00
remove double / from filenames in display
This commit is contained in:
@@ -73,6 +73,8 @@ line: while (<LOG>) {
|
||||
|
||||
$file = $module . "/" . $file;
|
||||
|
||||
$file =~ s|//|/|mg;
|
||||
|
||||
@path = split(/\//, $file);
|
||||
|
||||
$pathkey = "";
|
||||
|
||||
Reference in New Issue
Block a user