From db17a2c584b87953ab6f279a0db0446d498b7c11 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 19 Dec 2005 17:53:18 +0000 Subject: quote vars inside PORTAGE_ELOG_COMMAND svn path=/main/trunk/; revision=2409 --- cnf/make.conf.mips | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cnf/make.conf.mips') diff --git a/cnf/make.conf.mips b/cnf/make.conf.mips index e67d419c5..cf2ab82bd 100644 --- a/cnf/make.conf.mips +++ b/cnf/make.conf.mips @@ -322,7 +322,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#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 adress and -- cgit v1.2.3-1-g7c22