Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294138 - genkernel 3.4.10.904: possible typo when linking to newroot/: current_parent/curent_parrent
Summary: genkernel 3.4.10.904: possible typo when linking to newroot/: current_parent/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-11-23 08:06 UTC by amitds
Modified: 2010-12-10 08:04 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 amitds 2009-11-23 08:06:18 UTC
<shell>
[10:03:41] amit0 ~ # qfile -v /usr/share/genkernel/defaults/linuxrc
sys-kernel/genkernel-3.4.10.904 (/usr/share/genkernel/defaults/linuxrc)
[10:03:44] amit0 ~ # grep -ecurrent_parent -ecurent_parrent /usr/share/genkernel/defaults/linuxrc
                                if [ "${curent_parrent}" != '' ]; then
                                        var=`echo "${directory}" | grep "^${curent_parrent}"`
                                        current_parent="${directory}"

</shell>
Might there be a misspelling in "curent_parrent" (should be "current_parent")?

Reproducible: Always
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2009-11-23 13:00:15 UTC
Yes, that's a typo. However, is it actually causing a problem?
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2009-11-23 13:02:58 UTC
This is fixed in git. However, with the way the code is used right now, it would have never caused an issue.
Comment 3 amitds 2009-11-23 13:39:06 UTC
None that I encountered.
Note sure that "fixing" it shall not introduce issues, though.
Comment 4 Sebastian Pipping gentoo-dev 2010-12-10 08:04:26 UTC
(In reply to comment #2)
> This is fixed in git.

Due to the date of the last comment on this bug I assume that feature to be included in 3.4.10.907 or an earlier release of genkernel.

Closing, please re-open as needed.