Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98661 - Typos in gen_cmdline.sh for genkernel-3.2.1
Summary: Typos in gen_cmdline.sh for genkernel-3.2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard: InCVS
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 05:53 UTC by Neil Darlow
Modified: 2005-07-12 10:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Darlow 2005-07-11 05:53:44 UTC
In gen_cmdline.sh function parse_cmdline()
change:
              --gensplash-res=*)
                      GENSPLASH_RES=`parse opt "$*"`
                      print info 2 "GENSPLASH_RES: $GENSPLASH_RES"
to:
              --gensplash-res=*)
                      GENSPLASH_RES=`parse_opt "$*"`
                      print_info 2 "GENSPLASH_RES: $GENSPLASH_RES"

i.e. there are a couple of missing underscores.

Regards,
Neil Darlow

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-12 02:25:10 UTC
*** Bug 98744 has been marked as a duplicate of this bug. ***
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2005-07-12 10:43:33 UTC
Fixed in 3.2.2, thanks!