diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-26 00:09:05 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-26 00:09:05 +0000 |
commit | e5dc2d9a83d7f69a6f8af7506dadcc5efa9baf31 (patch) | |
tree | d67e9ec44bd2f6314220fceb37c615ae0df5bf00 | |
parent | f28b4d18c49f7dec7a3c70271b4b0b1e40c3ca2b (diff) |
added --login to exec bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 501833b9c..3a0c9ad29 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -31,7 +31,7 @@ would do.</para> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>make localedata/install-locales &&</userinput> -<userinput>exec /bin/bash</userinput></screen></para> +<userinput>exec /bin/bash --login</userinput></screen></para> <para>An alternative to running <userinput>make localedate/install-locales</userinput> is to only install those locales |