summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-04-27 08:35:56 +0000
committerSimon Stelling <blubb@gentoo.org>2006-04-27 08:35:56 +0000
commit9477bc691a93e0547dcdd1ff9110120606bb09f0 (patch)
tree6da7831e6d4645610fb075c91a1a859141bc4eda /cnf
parentAdd an option vartree parameter to doebuild(), merge(), and the dblink constr... (diff)
downloadportage-multirepo-9477bc691a93e0547dcdd1ff9110120606bb09f0.tar.gz
portage-multirepo-9477bc691a93e0547dcdd1ff9110120606bb09f0.tar.bz2
portage-multirepo-9477bc691a93e0547dcdd1ff9110120606bb09f0.zip
escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373
svn path=/main/trunk/; revision=3248
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 4c034e1f..26c5c997 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"