From: Alexander Berntsen Date: Mon, 2 Dec 2013 01:17:45 +0000 (-0800) Subject: make.conf.5, Mention sourced files syntax X-Git-Tag: v2.2.8~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=affbb1ae1f19f261e21c691a745c965654721c82;p=portage.git make.conf.5, Mention sourced files syntax --- diff --git a/man/make.conf.5 b/man/make.conf.5 index ab9b44e64..c271d1744 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -12,7 +12,8 @@ simple shell\-like expansion of the form \fIvar="${var}"\fR, the source keyword and variable substitution, but not some of the more advanced BASH features like arrays and special parameter expansions. For more details, see the Simple lexical analysis documentation: -\fLhttp://docs.python.org/3/library/shlex.html\fR. +\fLhttp://docs.python.org/3/library/shlex.html\fR. Note that if you source +files, they need to be in the same shlex syntax for portage to read them. .br Portage will check the currently\-defined environment variables first for any settings. If no environment settings are found,