From 2d8535ab6b3445dc678191019b71850c4fa8f04f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 26 Sep 2013 01:47:47 +0100 Subject: [PATCH 1/1] Command execution reports from --dry-run go to stderr. --- debian/changelog | 1 + dgit | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bf459a99..48201104 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dgit (0.16~experimental2) experimental; urgency=low * WIP remote functionality. Untested, do not use. * push actually takes an optional suite, like it says in the synopsis. + * Command execution reports from --dry-run go to stderr. -- diff --git a/dgit b/dgit index 357ccc3a..bee98b92 100755 --- a/dgit +++ b/dgit @@ -204,7 +204,7 @@ sub cmdoutput { } sub dryrun_report { - printcmd(\*STDOUT,"#",@_); + printcmd(\*STDERR,"#",@_); } sub runcmd_ordryrun { -- 2.30.2