diff options
-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 |