From: Joey Hess Date: Tue, 11 Aug 2009 16:49:31 +0000 (-0400) Subject: remove out of place comment X-Git-Tag: 7.3.13~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61a7aa8bff13509fe349392edd35cfa35640c4c1;p=debhelper.git remove out of place comment --- diff --git a/dh_install b/dh_install index eb48502..292837b 100755 --- a/dh_install +++ b/dh_install @@ -159,7 +159,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } if (! compat(4)) { # check added in v5 - # glob now, relative to srcdir if (! @filelist) { error("$package missing files (@$set), aborting"); }