diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-21 12:40:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-21 12:40:14 +0000 |
commit | 60fcb1247082883cae86d181597f704a540d35f8 (patch) | |
tree | 42e49dd950e34a4da4b52f3aa2539d548b342d5f /dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild | |
parent | Remove old version. (diff) | |
download | gentoo-2-60fcb1247082883cae86d181597f704a540d35f8.tar.gz gentoo-2-60fcb1247082883cae86d181597f704a540d35f8.tar.bz2 gentoo-2-60fcb1247082883cae86d181597f704a540d35f8.zip |
Proper quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild')
-rw-r--r-- | dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild index 15f696c4e95c..f92059c66808 100644 --- a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild +++ b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v 1.2 2009/06/21 12:36:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v 1.3 2009/06/21 12:40:14 tove Exp $ MODULE_AUTHOR="SHEVEK" inherit perl-module @@ -18,6 +18,6 @@ SRC_TEST="do" src_test() { # disable online test - mv ${S}/t/02_resolve.t{,.disable} || die + mv "${S}"/t/02_resolve.t{,.disable} || die perl-module_src_test } |