From 2cc5acf1658e42f2a6a44584ea68ff1975f275d6 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Mon, 11 Jul 2005 14:01:51 +0000 Subject: [PATCH] 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 --- gen_cmdline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2