diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-01-27 19:13:31 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-01-27 19:13:31 +0000 |
commit | 6fd8134427ebe02b68f5313fcb764152f8023ba2 (patch) | |
tree | 26c6f1ffcf7c317c053297383f6859f1693ddfb9 /net-analyzer/httping | |
parent | alpha/ia64/sparc stable (diff) | |
download | gentoo-2-6fd8134427ebe02b68f5313fcb764152f8023ba2.tar.gz gentoo-2-6fd8134427ebe02b68f5313fcb764152f8023ba2.tar.bz2 gentoo-2-6fd8134427ebe02b68f5313fcb764152f8023ba2.zip |
Fix unquoted variable
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.2.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 1287560b2038..2965a06d5321 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.40 2008/01/27 19:11:27 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.41 2008/01/27 19:13:31 cedk Exp $ + + 27 Jan 2008; Cédric Krier <cedk@gentoo.org> httping-1.2.2.ebuild: + Fix unquoted variable *httping-1.2.5 (27 Jan 2008) diff --git a/net-analyzer/httping/httping-1.2.2.ebuild b/net-analyzer/httping/httping-1.2.2.ebuild index 310179805969..9020afa707b0 100644 --- a/net-analyzer/httping/httping-1.2.2.ebuild +++ b/net-analyzer/httping/httping-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.2.2.ebuild,v 1.5 2007/05/13 17:16:29 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.2.2.ebuild,v 1.6 2008/01/27 19:13:31 cedk Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ DEPEND=">=sys-libs/ncurses-5" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" } src_compile() { |