From: Paul Wise Date: Wed, 20 Feb 2013 03:25:55 +0000 (+0800) Subject: Always print a new line after failed commands. X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/a4bfe55f8b70c7ca67f63e15932fda080872207b Always print a new line after failed commands. --- diff --git a/mr b/mr index be7e4e5..afac24d 100755 --- a/mr +++ b/mr @@ -1007,7 +1007,7 @@ sub record { system((getpwuid($<))[8], "-i"); } push @failed, $dir; - print "\n" unless $quiet; + print "\n"; } elsif ($ret == SKIPPED) { push @skipped, $dir;