Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
Date: Sat, 19 May 2007 04:14:00
Message-Id: E1HpGKA-0005se-DG@stork.gentoo.org
1 nightmorph 07/05/19 04:13:46
2
3 Modified: hb-working-variables.xml
4 Log:
5 added impo saying it's forbidden to use shell variables when defining other variables, bug 126231
6
7 Revision Changes Path
8 1.22 xml/htdocs/doc/en/handbook/hb-working-variables.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.22&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?r1=1.21&r2=1.22
13
14 Index: hb-working-variables.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- hb-working-variables.xml 2 Apr 2007 09:41:49 -0000 1.21
21 +++ hb-working-variables.xml 19 May 2007 04:13:46 -0000 1.22
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.21 2007/04/02 09:41:49 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.22 2007/05/19 04:13:46 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 variables.
33 </abstract>
34
35 -<version>1.15</version>
36 -<date>2007-04-02</date>
37 +<version>1.16</version>
38 +<date>2007-05-18</date>
39
40 <section>
41 <title>Environment Variables?</title>
42 @@ -268,6 +268,11 @@
43 new variable values.
44 </note>
45
46 +<impo>
47 +You cannot use shell variables when defining other variables. This means things
48 +like <c>FOO="$BAR"</c> (where <c>$BAR</c> is another variable) are forbidden.
49 +</impo>
50 +
51 </body>
52 </subsection>
53 </section>
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list