From: Joey Hess Date: Mon, 5 Dec 2011 17:27:55 +0000 (-0400) Subject: reword X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/41154ea11d56079c1a1a68336589652000a84fe6?ds=inline;hp=--cc reword --- 41154ea11d56079c1a1a68336589652000a84fe6 diff --git a/mr b/mr index ff30c16..f14ba4d 100755 --- a/mr +++ b/mr @@ -1202,10 +1202,10 @@ sub loadconfig { my $lineerror = sub { my $msg=shift; if (defined $included) { - die "mr: $f line $lineno included line '$line': $msg\n"; + die "mr: $msg at $f line $lineno, included line: $line\n"; } else { - die "mr: $f line $lineno: $msg\n"; + die "mr: $msg at $f line $lineno\n"; } }; my $trusterror = sub {