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.arm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cnf/make.conf.arm') diff --git a/cnf/make.conf.arm b/cnf/make.conf.arm index ef4b0da1f..649e22071 100644 --- a/cnf/make.conf.arm +++ b/cnf/make.conf.arm @@ -333,7 +333,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