nightmorph 07/01/18 11:15:57 Modified: hb-working-features.xml Log: fixed PATH so that it is cumulative, rather than overwritten when sourced from a login shell. thanks to jkt on IRC for some tips. bug 162634.
Revision Changes Path 1.35 xml/htdocs/doc/en/handbook/hb-working-features.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.34&r2=1.35 Index: hb-working-features.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- hb-working-features.xml 3 Nov 2006 22:03:06 -0000 1.34 +++ hb-working-features.xml 18 Jan 2007 11:15:57 -0000 1.35 @@ -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-features.xml,v 1.34 2006/11/03 22:03:06 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.35 2007/01/18 11:15:57 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ ccache and more. </abstract> -<version>1.30</version> -<date>2006-11-03</date> +<version>1.31</version> +<date>2007-01-18</date> <section> <title>Portage Features</title> @@ -209,7 +209,7 @@ </p> <pre caption="Editing .bash_profile"> -PATH="<i>/usr/lib/ccache/bin</i>:/opt/bin" +PATH="<i>/usr/lib/ccache/bin</i>:/opt/bin:${PATH}" </pre> </body> -- [email protected] mailing list
