diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:14:52 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:14:52 +0000 |
commit | 338c63fb69af72ca10964051da35539ff2ea8882 (patch) | |
tree | 58fa458e6ac7b547bf9fcc6d6891c1da4156de31 /chapter06/sed.xml | |
parent | 9c5cdd8a537f193530d64c9dc0b2dc726ab8ace6 (diff) |
Fix groups for user tester, and a forgotten tester in sed tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r-- | chapter06/sed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml index 9dee31ed2..71bfc245f 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -56,7 +56,7 @@ make html</userinput></screen> <para>To test the results, issue:</para> <screen><userinput remap="test">chown -Rv tester . -su -c "PATH=$PATH make check"</userinput></screen> +su tester -c "PATH=$PATH make check"</userinput></screen> <para>Install the package and its documentation:</para> |