From: Chris Gianelloni Date: Thu, 20 Jul 2006 22:02:16 +0000 (+0000) Subject: Fix --fetchonly to actually work. X-Git-Tag: CATALYST_2_0_6_916~331 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc2e432811e9be22eb5f498eb02f2dd22a641420;p=catalyst.git Fix --fetchonly to actually work. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1163 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 5c41d30e..13a430cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.647 2006/07/19 21:53:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.648 2006/07/20 22:02:16 wolf31o2 Exp $ + + 20 Jul 2006; Chris Gianelloni + targets/support/chroot-functions.sh: + Fix --fetchonly to actually work. 19 Jul 2006; Chris Gianelloni examples/livecd-stage2_template.spec: diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 4372dcad..6a2f26cb 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -72,7 +72,7 @@ setup_myemergeopts(){ if [ -n "${clst_FETCH}" ] then export bootstrap_opts="-f" - export clst_myemergeopts="{clst_myemergeopts} -f" + export clst_myemergeopts="${clst_myemergeopts} -f" fi }