From 18b63f8701d4adf9e778ae2f50e5bae028cab0ff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 28 Jun 2019 14:20:30 +0100 Subject: dgit: Tidying up after tag format: Collapse $dodep14tag test No functional change. Signed-off-by: Ian Jackson --- dgit | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dgit') diff --git a/dgit b/dgit index 3b65a19..66f2470 100755 --- a/dgit +++ b/dgit @@ -4270,10 +4270,7 @@ sub push_tagwants ($$$$) { TfSuffix => '-maintview', View => 'maint', }; - } elsif ($dodep14tag eq 'no' ? 0 - : $dodep14tag eq 'want' ? 1 - : $dodep14tag eq 'always' ? 1 - : die "$dodep14tag ?") { + } elsif ($dodep14tag ne 'no') { push @tagwants, { TagFn => \&debiantag_maintview, Objid => $dgithead, -- cgit v1.2.3