]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Always print a new line after failed commands.
authorPaul Wise <pabs@debian.org>
Wed, 20 Feb 2013 03:25:55 +0000 (11:25 +0800)
committerJoey Hess <joey@kitenet.net>
Sun, 31 Aug 2014 20:22:09 +0000 (13:22 -0700)
mr

diff --git a/mr b/mr
index be7e4e5478c5d75ead79b0d4ffa95a8639947a1e..afac24dd28f80fbb7efd8e344f42349b5cc66afb 100755 (executable)
--- 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;