diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-22 19:05:53 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-22 19:05:53 +0000 |
commit | cd0c92d633ca0277a961a76d67ae8c094593d123 (patch) | |
tree | ef571dcd6440da1f18f459738531201f145b28ec /chapter06/shadow.xml | |
parent | 9da62ab0cd9dcd7f4cdec8348432c9ad13a126aa (diff) |
Adding a touch of mtab before the running of Coreutils test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 377dbae04..714393c2a 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -34,7 +34,7 @@ properly:</para> <para>Work around a problem that prevents Shadow's internationalization from working:</para> -<screen><userinput>echo '#define HAVE_SETLOCALE 1' >> config.h</userinput></screen> +<screen><userinput>echo '#define HAVE_SETLOCALE 1' >> config.h</userinput></screen> <para>Compile the package:</para> |