Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131373 - PORTAGE_ELOG_MAILSUBJECT example in make.conf.example should escape $
Summary: PORTAGE_ELOG_MAILSUBJECT example in make.conf.example should escape $
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 115839
  Show dependency tree
 
Reported: 2006-04-26 12:55 UTC by Steven Green
Modified: 2006-04-29 08:29 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 Steven Green 2006-04-26 12:55:21 UTC
sys-app/portage/ version 2.1_pre9-r4

In make.conf.example it includes this line (from cnf/make.conf)
#PORTAGE_ELOG_MAILSUBJECT="package ${PACKAGE} merged on ${HOST} with notice"

Simply uncommenting this line does not work because the $ need escaping with \ as is done in make.globals otherwise you end up with subjects such as "package  merged on  with notice".  Either this line should include \$ or there should be a note to that effect in the description beforehand where it explains about the ${PACKAGE} and ${HOST} keywords.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-04-27 01:43:48 UTC
fixed in rev 3248.
Comment 2 Zac Medico gentoo-dev 2006-04-29 08:29:13 UTC
Released in 2.1_pre10.