diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index ba08418f3..56d077a22 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -81,9 +81,10 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ chown -Rv nobody ./</userinput></screen> <para>Now, run the tests as the <systemitem - class="username">nobody</systemitem> user:</para> + class="username">nobody</systemitem> user, ensuring that the standard + input device is readable:</para> -<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen> +<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" </dev/tty</userinput></screen> <para>Install the package:</para> |