diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-06-04 00:30:25 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-06-04 00:30:25 +0000 |
commit | f4e5ff6000a8fcff3b0cade73200c7ff5a48c2df (patch) | |
tree | 043f08580d4b4b966734fa4f01ff75e8b1161893 | |
parent | fc5c78ae390659812bb4fee4f28f3646c7da2a8f (diff) | |
download | portage-f4e5ff6000a8fcff3b0cade73200c7ff5a48c2df.tar.gz portage-f4e5ff6000a8fcff3b0cade73200c7ff5a48c2df.tar.bz2 portage-f4e5ff6000a8fcff3b0cade73200c7ff5a48c2df.zip |
Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example for bug #135429.
svn path=/main/trunk/; revision=3452
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |