diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-18 07:59:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-18 07:59:52 +0000 |
commit | b5f8f0cabe558d70fd31a532baf1122f6d752eee (patch) | |
tree | ec435db1e7b9dfceed42d40547c1df7379a9d431 /README | |
parent | 76c033760372ccdbdf8fcef9952174749583a616 (diff) | |
download | coreutils-b5f8f0cabe558d70fd31a532baf1122f6d752eee.tar.xz |
fix typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ and/or run programs as a non-root user, `nobody' by default. If you want to use some other non-root username, specify it via the NON_ROOT_USERNAME environment variable. Depending on the permissions with which the working directories have been created, -using `nobody' may fail, because that use won't have the required +using `nobody' may fail, because that user won't have the required read and write access to the build and test directories. I find that it is best to unpack and build as a non-privileged user, and then to run the following command as that user in order |