From: Joey Hess Date: Fri, 9 Dec 2011 01:56:48 +0000 (-0400) Subject: clarify X-Git-Tag: 8.9.13~2 X-Git-Url: https://git.donarmstrong.com/?p=debhelper.git;a=commitdiff_plain;h=7f60d2959323bdd6010ec2225a332a4823b8e212 clarify --- diff --git a/dh_install b/dh_install index c958931..e69ab7e 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) {