small typo fix
authorJohn P. Davis <zhen@gentoo.org>
Tue, 13 Apr 2004 20:06:41 +0000 (20:06 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Tue, 13 Apr 2004 20:06:41 +0000 (20:06 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@350 d1e1f19c-881f-0410-ab34-b69fee027534

targets/stage2/stage2.sh

index 751b1b2a639214b79d42d63d26abb82f1d11b73f..5a0ebf86a59a5a02933efea6f79a834944df86fa 100755 (executable)
@@ -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)