Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Mon, 02 Dec 2013 01:23:35
Message-Id: 1385947342.affbb1ae1f19f261e21c691a745c965654721c82.dol-sen@gentoo
1 commit: affbb1ae1f19f261e21c691a745c965654721c82
2 Author: Alexander Berntsen <alexander <AT> plaimi <DOT> net>
3 AuthorDate: Mon Dec 2 01:17:45 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Mon Dec 2 01:22:22 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=affbb1ae
7
8 make.conf.5, Mention sourced files syntax
9
10 ---
11 man/make.conf.5 | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/man/make.conf.5 b/man/make.conf.5
15 index ab9b44e..c271d17 100644
16 --- a/man/make.conf.5
17 +++ b/man/make.conf.5
18 @@ -12,7 +12,8 @@ simple shell\-like expansion of the form \fIvar="${var}"\fR, the source
19 keyword and variable substitution, but not some of the more advanced BASH
20 features like arrays and special parameter expansions. For more details, see
21 the Simple lexical analysis documentation:
22 -\fLhttp://docs.python.org/3/library/shlex.html\fR.
23 +\fLhttp://docs.python.org/3/library/shlex.html\fR. Note that if you source
24 +files, they need to be in the same shlex syntax for portage to read them.
25 .br
26 Portage will check the currently\-defined environment variables
27 first for any settings. If no environment settings are found,