summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-01-18 23:35:19 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-01-18 23:35:19 +0000
commit6ac74a9d56fdc86b30c4e7940734cd95be6840c4 (patch)
tree864e01216548017b8300a95451117f454bf9dc3f /dgit
parent00ff2e329bed2f77e314381835e3518954ad89d4 (diff)
Do not report the (irrelevant) $? when madison parsing fails.
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 94454d3..19d6b01 100755
--- a/dgit
+++ b/dgit
@@ -636,7 +636,7 @@ sub madison_parse ($) {
$l =~ m{^ \s*( [^ \t|]+ )\s* \|
\s*( [^ \t|]+ )\s* \|
\s*( [^ \t|/]+ )(?:/([^ \t|/]+))? \s* \|
- \s*( [^ \t|]+ )\s* }x or die "$rmad $?";
+ \s*( [^ \t|]+ )\s* }x or die "$rmad ?";
$1 eq $package or die "$rmad $package ?";
my $vsn = $2;
my $newsuite = $3;