From 9b53dab3959087e387b73f0a573172fdc910e737 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 30 Nov 2000 05:03:37 +0000 Subject: r400: * Oops, it was not expanding wildcard when it should. --- Debian/Debhelper/Dh_Lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian') diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 52adf66a..db2a1cf5 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -354,7 +354,7 @@ sub filearray { # The tricky bit is that the glob expansion is done # as if we were in the specified directory, so the # filenames that come out are relative to it. - if (defined $globdir && compat(3)) { + if (defined $globdir && ! compat(2)) { for (map { glob "$globdir/$_" } split) { s#^$globdir/##; push @ret, $_; -- cgit v1.2.3