fixing bug with kmerge.sh
authorJohn P. Davis <zhen@gentoo.org>
Mon, 18 Oct 2004 15:23:14 +0000 (15:23 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Mon, 18 Oct 2004 15:23:14 +0000 (15:23 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@468 d1e1f19c-881f-0410-ab34-b69fee027534

livecd/runscript-support/kmerge.sh

index e66a271144f2e2417d929032c6ec6c68ad6ed2b6..fae27fa0ec04c3b939100309944cce4561092b99 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/kmerge.sh,v 1.13 2004/10/16 13:38:09 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/kmerge.sh,v 1.14 2004/10/18 15:23:14 zhen Exp $
 
 die() {
        echo "$1"
@@ -34,8 +34,6 @@ build_kernel() {
                do
                        clst_kernel_postconf="${clst_kernel_postconf} ${x}"
                done
-
-               GK_ARGS="${GK_ARGS} ${clst_kernel_postconf}"
        fi
        
        if [ "${clst_livecd_devmanager}" == "udev" ]