From: John P. Davis Date: Mon, 18 Oct 2004 15:23:14 +0000 (+0000) Subject: fixing bug with kmerge.sh X-Git-Tag: CATALYST_2_0_6_916~905 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=109a83cde764523ebfb1efb113cf91afb05b2634;p=catalyst.git fixing bug with kmerge.sh git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@468 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/livecd/runscript-support/kmerge.sh b/livecd/runscript-support/kmerge.sh index e66a2711..fae27fa0 100755 --- a/livecd/runscript-support/kmerge.sh +++ b/livecd/runscript-support/kmerge.sh @@ -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" ]