From: John P. Davis Date: Tue, 13 Apr 2004 20:06:41 +0000 (+0000) Subject: small typo fix X-Git-Tag: CATALYST_2_0_6_916~1023 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0002fed6da39028bf2acd6628286f94680c9d125;p=catalyst.git small typo fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@350 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/targets/stage2/stage2.sh b/targets/stage2/stage2.sh index 751b1b2a..5a0ebf86 100755 --- a/targets/stage2/stage2.sh +++ b/targets/stage2/stage2.sh @@ -1,12 +1,12 @@ #!/bin/bash # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/Attic/stage2.sh,v 1.12 2004/04/12 14:38:26 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/Attic/stage2.sh,v 1.13 2004/04/13 20:06:41 zhen Exp $ case $1 in enter) - $clst_CHROOT ${clst_chroot_path} + ${clst_CHROOT} ${clst_chroot_path} ;; run)