summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh5
1 files changed, 3 insertions, 2 deletions
diff --git a/dh b/dh
index 6cf49f1a..2c36c955 100755
--- 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);