Fixed quoting in stage1 profile check.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 8 Jul 2005 15:07:25 +0000 (15:07 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 8 Jul 2005 15:07:25 +0000 (15:07 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@777 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/stage1/stage1-chroot.sh

index 883ab726fcf8b7d8682caf977e8d09f341e3f270..4edd838535d7cdecc7135bf504c69a6f06ebeff2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.304 2005/07/07 22:19:08 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.305 2005/07/08 15:07:25 wolf31o2 Exp $
+
+  08 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/stage1/stage1-chroot.sh:
+  Fixed quoting in stage1 profile check.
 
   07 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage3/stage3-chroot.sh:
index 2f50b93676087a0693e58f9637967ffb77ecd005..cc23b208f5b15d181c0d3cb24972401e2533dc59 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.34 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.35 2005/07/08 15:07:25 wolf31o2 Exp $
        
 
 . /tmp/chroot-functions.sh
@@ -21,7 +21,7 @@ export USE="-* build ${STAGE1_USE}"
 export FEATURES="${clst_myfeatures}"
 
 ## Sanity check profile
-if [[ -z ${clst_buildpkgs} ]]
+if [ -z "${clst_buildpkgs}" ]
 then
        echo "Your profile seems to be broken."
        echo "Could not build a list of build packages."