summaryrefslogtreecommitdiff
path: root/dh_install
diff options
context:
space:
mode:
Diffstat (limited to 'dh_install')
-rwxr-xr-xdh_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_install b/dh_install
index c958931a..e69ab7e8 100755
--- a/dh_install
+++ b/dh_install
@@ -137,7 +137,7 @@ foreach my $package (getpackages()) {
my @install;
if ($file) {
- @install=filedoublearray($file); # no globbing yet
+ @install=filedoublearray($file); # no globbing here; done below
}
if (($package eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) {