From 263cf2ed554ed3cf21c4710ae4c5053121ba20d8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 2 Nov 1998 07:26:36 +0000 Subject: [PATCH] remove double / from filenames in display --- support/rsyncstats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/rsyncstats b/support/rsyncstats index e5c63559..da95dd08 100755 --- a/support/rsyncstats +++ b/support/rsyncstats @@ -73,6 +73,8 @@ line: while () { $file = $module . "/" . $file; + $file =~ s|//|/|mg; + @path = split(/\//, $file); $pathkey = ""; -- 2.34.1