Changeset 2484938 for final-preps/settingenviron.xml
- Timestamp:
- Sep 15, 2006, 7:06:38 AM (18 years ago)
- Children:
- 6ec9929
- Parents:
- 142e52c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-preps/settingenviron.xml
r142e52c5 r2484938 17 17 18 18 <screen os="b"><userinput>cat > ~/.bash_profile << "EOF" 19 <literal>exec env -i HOME=$ HOME TERM=$TERMPS1='\u:\w\$ ' /bin/bash</literal>19 <literal>exec env -i HOME=${HOME} TERM=${TERM} PS1='\u:\w\$ ' /bin/bash</literal> 20 20 EOF</userinput></screen> 21 21 … … 56 56 the shell will always search the <envar>PATH</envar> when a program is to 57 57 be run. As such, the shell will find the newly compiled tools in 58 <filename class="directory"> $CLFS/cross-tools</filename> as soon as they are58 <filename class="directory">/cross-tools</filename> as soon as they are 59 59 available without remembering a previous version of the same program in a 60 60 different location.</para>
Note:
See TracChangeset
for help on using the changeset viewer.