take out use=-x
authorBrad House <brad_mssw@gentoo.org>
Thu, 26 Feb 2004 04:35:07 +0000 (04:35 +0000)
committerBrad House <brad_mssw@gentoo.org>
Thu, 26 Feb 2004 04:35:07 +0000 (04:35 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@267 d1e1f19c-881f-0410-ab34-b69fee027534

examples/livecd/runscript/default-runscript.sh

index 39a940fc52da38df97f42757dabc3a7d5d200b80..30d266e0b967c45f35987cbb4773ac54fab99760 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/default-runscript.sh,v 1.17 2004/02/25 19:22:36 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/default-runscript.sh,v 1.18 2004/02/26 04:35:07 brad_mssw Exp $
 
 #return codes to be used by archscript
 
@@ -148,7 +148,7 @@ EOF
                                                # we don't want to use the pkgcache for these since the results
                                                # are kernel-dependent.
                                                echo DEBUG emerge "\$x"
-                                               USE="-X" emerge "\$x"
+                                               emerge "\$x"
                                        done
                                fi
                                cd /usr/src