Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99359 - euse (from gentoolkit 0.2.0) has a bug in line 157
Summary: euse (from gentoolkit 0.2.0) has a bug in line 157
Status: RESOLVED DUPLICATE of bug 75525
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-17 14:46 UTC by Nikolas Garofil
Modified: 2005-07-17 14:49 UTC (History)
0 users

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 Nikolas Garofil 2005-07-17 14:46:56 UTC
euse from gentoolkit 0.2.0 has a bug on line 157. The line:

parent="$(grep -v '(^#|^ *$)' ${curdir}/parent)

should become

parent="$(egrep -v '(^#|^ *$)' ${curdir}/parent)

Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-17 14:49:21 UTC
Search... 

*** This bug has been marked as a duplicate of 75525 ***