stage1.sh syntax fix
authorDaniel Robbins <drobbins@gentoo.org>
Thu, 30 Oct 2003 20:00:04 +0000 (20:00 +0000)
committerDaniel Robbins <drobbins@gentoo.org>
Thu, 30 Oct 2003 20:00:04 +0000 (20:00 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@38 d1e1f19c-881f-0410-ab34-b69fee027534

targets/stage1/stage1.sh

index 85f6920dc53db85036a8da7a74a1f3bafb959b23..e20c63f0a8370e04dcea0549ade31aabd18a899c 100755 (executable)
@@ -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/stage1/Attic/stage1.sh,v 1.4 2003/10/30 19:42:56 drobbins Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/Attic/stage1.sh,v 1.5 2003/10/30 20:00:04 drobbins Exp $
 
 case $1 in
 enter)
@@ -26,5 +26,6 @@ clean)
 *)
        exit 1
        ;;
+esac
 exit 0