summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-02-04 11:59:29 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-02-04 13:46:55 +0000
commitb15115a7910d2f8cd4c12ed2fa2e11d5939bb396 (patch)
treea8f521a196f3fc3ac63503c767ddb41e255fb94a
parent724619fd69e7d1a79d2958b04f9dd992c5790e16 (diff)
Fix confusing appending of gbp-pq-output
We don't want to inherit some prior output. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index fd0af0e..ed1233c 100755
--- a/dgit
+++ b/dgit
@@ -2748,7 +2748,7 @@ END
my @showcmd = (gbp_pq, qw(import));
my @realcmd = shell_cmd
- 'exec >/dev/null 2>>../../gbp-pq-output', @showcmd;
+ 'exec >/dev/null 2>../../gbp-pq-output', @showcmd;
gbp_pq_pc_aside(sub {
debugcmd "+",@realcmd;
if (system @realcmd) {