summaryrefslogtreecommitdiff
path: root/support/rsyncstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-02 07:26:36 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-02 07:26:36 +0000
commit263cf2ed554ed3cf21c4710ae4c5053121ba20d8 (patch)
tree847775184b72cb7ecc80b4374e0f868e68d417ac /support/rsyncstats
parentab7104da8fb05e542336736dc42dcef578409ed7 (diff)
downloadrsync-263cf2ed554ed3cf21c4710ae4c5053121ba20d8.tar.gz
remove double / from filenames in display
Diffstat (limited to 'support/rsyncstats')
-rwxr-xr-xsupport/rsyncstats2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/rsyncstats b/support/rsyncstats
index e5c63559..da95dd08 100755
--- a/support/rsyncstats
+++ b/support/rsyncstats
@@ -73,6 +73,8 @@ line: while (<LOG>) {
$file = $module . "/" . $file;
+ $file =~ s|//|/|mg;
+
@path = split(/\//, $file);
$pathkey = "";