From: Simon Stelling Date: Thu, 27 Apr 2006 08:35:56 +0000 (-0000) Subject: escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373 X-Git-Tag: v2.1_pre10~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9477bc691a93e0547dcdd1ff9110120606bb09f0;p=portage.git escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373 svn path=/main/trunk/; revision=3248 --- diff --git a/cnf/make.conf b/cnf/make.conf index 4c034e1f6..26c5c997e 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -341,4 +341,4 @@ PORTAGE_ELOG_CLASSES="warn error log" # variables are exanded: # ${PACKAGE} - see description of PORTAGE_ELOG_COMMAND # ${HOST} - FQDN of the host portage is running on -#PORTAGE_ELOG_MAILSUBJECT="package ${PACKAGE} merged on ${HOST} with notice" +#PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice"