From: Joey Hess Date: Thu, 11 Oct 2007 17:09:34 +0000 (-0400) Subject: don't count skipping a directory because of cwd a skip for the statistics X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/21e166fb07013bc42520052d35042651c656cd7f?ds=inline don't count skipping a directory because of cwd a skip for the statistics --- diff --git a/mr b/mr index 577725d..577fa85 100755 --- a/mr +++ b/mr @@ -213,8 +213,6 @@ foreach my $topdir (sort keys %config) { if (defined $directory && $dir ne $directory && $dir !~ /^\Q$directory\E\//) { - print "mr $action: $dir skipped per -d parameter ($directory)\n" if $verbose; - push @skipped, $dir; next; }