]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
I lied, one more v7 change slipped in..
[debhelper.git] / dh
diff --git a/dh b/dh
index 6cf49f1a2c8bc5bc502efca139c9cf177020173e..2c36c95563e842d15762fdb6334937c740e93a49 100755 (executable)
--- a/dh
+++ b/dh
@@ -369,8 +369,9 @@ sub run {
                return;
        }
 
-       # The 4 spaces is a kind of half indent.
-       print "    ".escape_shell($command, @options)."\n";
+       # 3 space indent lines the command being run up under the 
+       # sequence name after "dh ".
+       print "   ".escape_shell($command, @options)."\n";
 
        if (! $dh{NO_ACT}) {
                my $ret=system($command, @options);