diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 01:17:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 01:17:45 +0000 |
commit | 9204794357eae1b7d146623b094071a58bfb2c82 (patch) | |
tree | 1b6f8c4b827b9b0666d11ec8a6367c3b4743b306 /games-misc/c++robots/c++robots-0.ebuild | |
parent | QA cleanup: Fix quoting. (diff) | |
download | gentoo-2-9204794357eae1b7d146623b094071a58bfb2c82.tar.gz gentoo-2-9204794357eae1b7d146623b094071a58bfb2c82.tar.bz2 gentoo-2-9204794357eae1b7d146623b094071a58bfb2c82.zip |
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-misc/c++robots/c++robots-0.ebuild')
-rw-r--r-- | games-misc/c++robots/c++robots-0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-misc/c++robots/c++robots-0.ebuild b/games-misc/c++robots/c++robots-0.ebuild index e19d688743f3..764a4431a7f8 100644 --- a/games-misc/c++robots/c++robots-0.ebuild +++ b/games-misc/c++robots/c++robots-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.5 2004/07/01 11:19:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.6 2008/03/07 01:17:45 wolf31o2 Exp $ inherit eutils games @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/proper-coding.patch" } |