From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HpGKO-0004pT-76 for garchives@archives.gentoo.org; Sat, 19 May 2007 04:14:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4J4Dnms015772; Sat, 19 May 2007 04:13:49 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4J4DmNk015767 for ; Sat, 19 May 2007 04:13:49 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2133B64B5C for ; Sat, 19 May 2007 04:13:48 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1HpGKA-0005se-DG for gentoo-doc-cvs@lists.gentoo.org; Sat, 19 May 2007 04:13:46 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-working-variables.xml Message-Id: From: Josh Saddler Date: Sat, 19 May 2007 04:13:46 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 69d9e61e-7a64-4a4a-9f60-66b0f2bed93e X-Archives-Hash: 8a345ebb4a1235720d07de825f373a58 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 @@ - + @@ -14,8 +14,8 @@ variables. -1.15 -2007-04-02 +1.16 +2007-05-18
Environment Variables? @@ -268,6 +268,11 @@ new variable values. + +You cannot use shell variables when defining other variables. This means things +like FOO="$BAR" (where $BAR is another variable) are forbidden. + +
-- gentoo-doc-cvs@gentoo.org mailing list