Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101649 - euse 0.2.0 bug?
Summary: euse 0.2.0 bug?
Status: RESOLVED DUPLICATE of bug 75525
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-07 08:56 UTC by kalium
Modified: 2005-08-07 11:36 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 kalium 2005-08-07 08:56:55 UTC
euse doesn't work here. Looks like the grep expressions aren't correctly escaped:

grep -v '(^#|^ *$)' file

should be

grep -v '\(^#\|^ *$\)' file.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-07 10:18:40 UTC
Search...

*** This bug has been marked as a duplicate of 75525 ***
Comment 2 kalium 2005-08-07 11:36:24 UTC
did. but wouldn't declare it as RESOLVED/FIXED if the current stable gentoolkit 
package still contains the bug...