Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352588 - Redmine config message should use quotes around the ebuild
Summary: Redmine config message should use quotes around the ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 12:41 UTC by Guillaume Ayoub
Modified: 2011-01-24 13:41 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 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.