From e83b0a018219f433e89462e8b16ad22b4733009c Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Wed, 7 Jan 2004 18:01:46 +0000 Subject: [PATCH] fix that should allow for > in grp pkgnames git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@117 d1e1f19c-881f-0410-ab34-b69fee027534 --- targets/grp/grp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/targets/grp/grp.sh b/targets/grp/grp.sh index 03ee53cb..4bf21435 100755 --- a/targets/grp/grp.sh +++ b/targets/grp/grp.sh @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.2 2003/11/09 01:55:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.3 2004/01/07 18:01:46 drobbins Exp $ case $1 in enter) @@ -34,11 +34,11 @@ run) then unset DISTDIR export PKGDIR="/tmp/grp/$clst_grp_target" - emerge --usepkg --buildpkg --noreplace $clst_grp_packages || exit 1 + emerge --usepkg --buildpkg --noreplace "$clst_grp_packages" || exit 1 else export DISTDIR="/tmp/grp/$clst_grp_target" unset PKGDIR - emerge --fetchonly $clst_grp_packages || exit 1 + emerge --fetchonly "$clst_grp_packages" || exit 1 fi EOF [ $? -ne 0 ] && exit 1 -- 2.26.2