summaryrefslogtreecommitdiff
path: root/dh_install
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-12-08 21:56:48 -0400
committerJoey Hess <joey@kitenet.net>2011-12-08 21:56:48 -0400
commit7f60d2959323bdd6010ec2225a332a4823b8e212 (patch)
tree7898563b23318c68ab2d978067ae386f6a910d18 /dh_install
parent71815c9c6ea75ac779d1ff50e7a285c0d9f13bd0 (diff)
clarify
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) {