nightmorph 07/05/19 04:13:46 Modified: hb-working-variables.xml Log: added impo saying it's forbidden to use shell variables when defining other variables, bug 126231
Revision Changes Path 1.22 xml/htdocs/doc/en/handbook/hb-working-variables.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.22&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?r1=1.21&r2=1.22 Index: hb-working-variables.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- hb-working-variables.xml 2 Apr 2007 09:41:49 -0000 1.21 +++ hb-working-variables.xml 19 May 2007 04:13:46 -0000 1.22 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.21 2007/04/02 09:41:49 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.22 2007/05/19 04:13:46 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ variables. </abstract> -<version>1.15</version> -<date>2007-04-02</date> +<version>1.16</version> +<date>2007-05-18</date> <section> <title>Environment Variables?</title> @@ -268,6 +268,11 @@ new variable values. </note> +<impo> +You cannot use shell variables when defining other variables. This means things +like <c>FOO="$BAR"</c> (where <c>$BAR</c> is another variable) are forbidden. +</impo> + </body> </subsection> </section> -- [EMAIL PROTECTED] mailing list
