X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c7c056410c8cf3664c2dae416fb8b80fe427eb6f..b35d0d8e9ae9c5407c9f781b545f8a66b9caa9d0:/support/rsyncstats diff --git a/support/rsyncstats b/support/rsyncstats index e5c63559..7e428e9e 100755 --- a/support/rsyncstats +++ b/support/rsyncstats @@ -18,7 +18,7 @@ # script that comes with wuftpd # # Andrew Tridgell, October 1998 -# rsync-bugs@samba.anu.edu.au +# rsync-bugs@samba.org # # --------------------------------------------------------------------------- @@ -73,6 +73,8 @@ line: while () { $file = $module . "/" . $file; + $file =~ s|//|/|mg; + @path = split(/\//, $file); $pathkey = "";