From 7880844f04c1062750a5019c906907e3ae594f38 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Mon, 23 Feb 2004 06:13:22 +0000 Subject: [PATCH] syntax error fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@245 d1e1f19c-881f-0410-ab34-b69fee027534 --- targets/grp/grp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/grp/grp.sh b/targets/grp/grp.sh index 84fd06be..2720b96b 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.7 2004/02/11 03:31:55 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/Attic/grp.sh,v 1.8 2004/02/23 06:13:22 drobbins Exp $ case $1 in enter) @@ -54,7 +54,7 @@ run) #first grab to the normal distdir emerge --fetchonly $clst_grp_packages || exit 1 export DISTDIR="/tmp/grp/$clst_grp_target" - export OLD_MIRRORS="\$GENTOO_MIRRORS\" + export OLD_MIRRORS="\$GENTOO_MIRRORS" export GENTOO_MIRRORS="/usr/portage/distfiles" #now grab them again, but with /usr/portage/distfiles as the primary mirror (local grab) emerge --fetchonly $clst_grp_packages || exit 1 -- 2.26.2