dupemerge: clean up stats_blob output if --progress
authorZygo Blaxell <zblaxell@waya.furryterror.org>
Fri, 8 Jan 2010 15:07:32 +0000 (10:07 -0500)
committerZygo Blaxell <zblaxell@waya.furryterror.org>
Sat, 9 Jan 2010 02:27:58 +0000 (21:27 -0500)
faster-dupemerge

index aa8b142ceeab5bc2390aa7fcc4abef9a10719cc5..fe433f79283d5646cb5c3781aae75505f6710940 100755 (executable)
@@ -637,6 +637,7 @@ if ($humane) {
 
 $stats_blob =~ s/([^\n]*\n[^\n]*? )(\s+)( [^\n]*\n)/$1 . ('.' x length($2)) . $3/oemg;
 
+print STDERR "\n" if $progress;
 print STDERR $stats_blob;
 
 exit(0);