summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 9e6fa04e..5a6679e5 100755
--- a/dh
+++ b/dh
@@ -689,8 +689,8 @@ sub run {
if ($override_command ne 'dh_clean') {
my %packages=map { $_ => 1 } @packages;
map { delete $packages{$_} } @exclude;
- commit_override_log(keys %packages);
write_log($override_command, keys %packages);
+ commit_override_log(keys %packages);
}
delete $ENV{DH_INTERNAL_OPTIONS};