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

Bug 352588

Summary: Redmine config message should use quotes around the ebuild
Product: Gentoo Linux Reporter: Guillaume Ayoub <guillaume>
Component: Current packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Guillaume Ayoub 2011-01-24 12:41:37 UTC
Very small bug, easy to fix!

In the message, after an installation, you should use quotes around the ebuild name. This will make the line work with alternative shells that use "=" as a special character (ie. zsh).

# emerge --config =www-apps/redmine-1.1.0

should be

# emerge --config "=www-apps/redmine-1.1.0"

Thank you :)

Reproducible: Always

Steps to Reproduce:
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2011-01-24 13:41:53 UTC
Fixed in cvs. thanks.