From f4e5ff6000a8fcff3b0cade73200c7ff5a48c2df Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 4 Jun 2006 00:30:25 +0000 Subject: [PATCH] Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example for bug #135429. svn path=/main/trunk/; revision=3452 --- cnf/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/make.conf b/cnf/make.conf index 19f9fddf0..af6dac882 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -326,7 +326,7 @@ PORTAGE_ELOG_CLASSES="warn error log" # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile # Both variables have to be quoted with single quotes -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '\${PACKAGE}' -f '\${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient address and -- 2.26.2