]> 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:

Skip comments before checking for control characters.
authorPhilipp Ittershagen <pit@shgn.de>
Tue, 4 Feb 2014 16:12:17 +0000 (17:12 +0100)
committerPhilipp Ittershagen <pit@shgn.de>
Tue, 4 Feb 2014 16:12:17 +0000 (17:12 +0100)
mr

diff --git a/mr b/mr
index 5025e6e1b7fddbc55c1176d88a4c2595e9ae16d9..22516a0fa60d134715b1231a08cf966a5f0ec572 100755 (executable)
--- a/mr
+++ b/mr
@@ -1325,11 +1325,12 @@ sub loadconfig {
        while (@lines) {
                $_=$nextline->();
 
+               next if /^\s*\#/ || /^\s*$/;
+
                if (! $trusted && /[[:cntrl:]]/) {
                        $trusterror->("illegal control character");
                }
 
-               next if /^\s*\#/ || /^\s*$/;
                if (/^\[([^\]]*)\]\s*$/) {
                        $section=$1;