X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2c51d5deec879ab7aade039139e9d3a4d5643656..1e8ae5ede66ba337ba6abbb4afad2b3319c1db74:/support/rsyncstats diff --git a/support/rsyncstats b/support/rsyncstats index 9471c709..da95dd08 100755 --- a/support/rsyncstats +++ b/support/rsyncstats @@ -73,6 +73,8 @@ line: while () { $file = $module . "/" . $file; + $file =~ s|//|/|mg; + @path = split(/\//, $file); $pathkey = ""; @@ -258,7 +260,7 @@ foreach $hour ( sort keys(xfertbytes) ) { exit(0); sub datecompare { - $a lt $b; + $a gt $b; } sub domnamcompare {