diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 147af875b..823542933 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -72,7 +72,8 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ <para>To test the results, issue:</para> -<screen><userinput>chown -Rv nobody ./ +<screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests +chown -Rv nobody ./ su-tools nobody -s /bin/bash -c "make tests"</userinput></screen> <para>Install the package:</para> |