From: Eric Edgar Date: Mon, 11 Jul 2005 14:01:51 +0000 (+0000) Subject: Fix bug 98661 with the missing underscore in gen_cmdline.sh X-Git-Tag: v3.4.10.902~507 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2cc5acf1658e42f2a6a44584ea68ff1975f275d6;p=genkernel.git Fix bug 98661 with the missing underscore in gen_cmdline.sh git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@245 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 12d281f..3d031f1 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -293,7 +293,7 @@ parse_cmdline() { print_info 2 "CMD_GENSPLASH: $CMD_GENSPLASH" ;; --gensplash-res=*) - GENSPLASH_RES=`parse opt "$*"` + GENSPLASH_RES=`parse_opt "$*"` print info 2 "GENSPLASH_RES: $GENSPLASH_RES" ;; --install)