chiark / gitweb /
Command execution reports from --dry-run go to stderr.
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 357ccc3ac96e0faaa1be3502f364cf03b7d81bd5..bee98b9231d60c93ead3e6b8e4b2d12a2f06c2ca 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -204,7 +204,7 @@ sub cmdoutput {
 }
 
 sub dryrun_report {
-    printcmd(\*STDOUT,"#",@_);
+    printcmd(\*STDERR,"#",@_);
 }
 
 sub runcmd_ordryrun {