summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 01:24:16 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 01:24:16 +0000
commit08deb688423826ed2e07f25f76b27ad4bd4e762e (patch)
treed8d70a92e2bc949fdb4850e9e4625744b3eb2330 /games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
parent"Q.A.: Path variable quoting. (diff)
downloadhistorical-08deb688423826ed2e07f25f76b27ad4bd4e762e.tar.gz
historical-08deb688423826ed2e07f25f76b27ad4bd4e762e.tar.bz2
historical-08deb688423826ed2e07f25f76b27ad4bd4e762e.zip
Fix quoting.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild')
-rw-r--r--games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
index 24088c985a50..42ba607cde79 100644
--- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
+++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.8 2008/01/28 01:22:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.9 2008/02/15 01:06:36 wolf31o2 Exp $
inherit eutils toolchain-funcs games
@@ -80,7 +80,7 @@ src_unpack() {
-e 's:^read ans:ans=yes :' ${shar} \
|| die "sed ${shar} failed"
echo ">>> Unpacking ${shar} to ${PWD}"
- env PATH=${T}:${PATH} unshar ${shar} || die "unpacking ${shar} failed"
+ env PATH="${T}:${PATH}" unshar ${shar} || die "unpacking ${shar} failed"
rm ${shar}
done
if use xatrix ; then