From: Eric Edgar Date: Tue, 12 Jul 2005 19:51:20 +0000 (+0000) Subject: Fix minor print bug 98744. Shouldnt affect operation but it could be annoying X-Git-Tag: v3.4.10.902~498 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5479a247354be6c12e4b67b0cdcba55cb274153b;p=genkernel.git Fix minor print bug 98744. Shouldnt affect operation but it could be annoying git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@254 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 62dc673..64f4469 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -295,7 +295,7 @@ parse_cmdline() { ;; --gensplash-res=*) GENSPLASH_RES=`parse_opt "$*"` - print info 2 "GENSPLASH_RES: $GENSPLASH_RES" + print_info 2 "GENSPLASH_RES: $GENSPLASH_RES" ;; --install) CMD_NOINSTALL=0