summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index de53faa..c23ffa6 100755
--- a/dgit
+++ b/dgit
@@ -4361,7 +4361,7 @@ sub push_mktags ($$ $$ $) {
# We make the git tag by hand because (a) that makes it easier
# to control the "tagger" (b) we can do remote signing
my $authline = clogp_authline $clogp;
- my $dtxinfo = join(" ", "",@deliberatelies);
+ my @dtxinfo = @deliberatelies;
my $mktag = sub {
my ($tw) = @_;
@@ -4382,6 +4382,7 @@ END
%s release %s for %s (%s) [dgit]
ENDT
or confess "$!";
+ my $dtxinfo = join(" ", "",@dtxinfo);
print TO <<END or confess "$!";
[dgit distro=$declaredistro$dtxinfo]
END