summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh b/dh
index df337688..404c7e7a 100755
--- a/dh
+++ b/dh
@@ -911,7 +911,8 @@ sub can_skip {
my $command=shift;
my @packages=@_;
- return 0 if $user_specified_options;
+ return 0 if $user_specified_options ||
+ (exists $ENV{DH_OPTIONS} && length $ENV{DH_OPTIONS});
if (! defined $skipinfo{$command}) {
$skipinfo{$command}=[extract_skipinfo($command)];