Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 99359

Summary: euse (from gentoolkit 0.2.0) has a bug in line 157
Product: Gentoo Linux Reporter: Nikolas Garofil <garo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***