This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libwww-mechanize-shell-perl.

commit 00ded26e54a53f4b98eeac1a96b62b2197853947
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Aug 13 20:27:53 2015 +0200

    debian/rules: use 'wildcard' instead of 'shell echo'.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 23377e5..2a8222d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-TEST_FILES=$(filter-out t/14-command-identity.t,$(shell echo t/*.t))
+TEST_FILES=$(filter-out t/14-command-identity.t,$(wildcard t/*.t))
 
 %:
        dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libwww-mechanize-shell-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to