diff options
Diffstat (limited to 'chapter05/setting-environment.xml')
-rw-r--r-- | chapter05/setting-environment.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml index 05d4a9a23..413908917 100644 --- a/chapter05/setting-environment.xml +++ b/chapter05/setting-environment.xml @@ -5,7 +5,7 @@ <para>While logged in as user <emphasis>lfs</emphasis>, issue the following commands to set up a good work environment:</para> -<para><screen><userinput>cat > ~/.bash_profile << "EOF"</userinput> +<screen><userinput>cat > ~/.bash_profile << "EOF"</userinput> set +h umask 022 LFS=/mnt/lfs @@ -15,7 +15,7 @@ export LFS LC_ALL PATH unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD <userinput>EOF -source ~/.bash_profile</userinput></screen></para> +source ~/.bash_profile</userinput></screen> <para>The <userinput>set +h</userinput> command turns off <userinput>bash</userinput>'s hash function. Normally hashing is a useful |