Skip to content

Commit 29f3131

Browse files
crassDaniel Kiper
authored andcommitted
INSTALL: Fix a grammatical error
Also, add more documentation mentioning that the tests require a "specially crafted environment" to run. Just running as root is not enough. Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
1 parent 0a31df1 commit 29f3131

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ The simplest way to compile this package is:
145145

146146
2. Type `./bootstrap'.
147147

148-
The autogen.sh (called by bootstrap) uses python. By default autodetect
149-
it, but it can be overridden by setting the PYTHON variable.
148+
The autogen.sh (called by bootstrap) uses python. By default it is
149+
autodetected, but it can be overridden by setting the PYTHON variable.
150150

151151
3. Type `./configure' to configure the package for your system.
152152
If you're using `csh' on an old version of System V, you might
@@ -159,8 +159,8 @@ The simplest way to compile this package is:
159159
4. Type `make' to compile the package.
160160

161161
5. Optionally, type `make check' to run any self-tests that come with
162-
the package. Note that many of the tests require root privileges in
163-
order to run.
162+
the package. Note that many of the tests require root privileges and
163+
a specially crafted environment in order to run.
164164

165165
6. Type `make install' to install the programs and any data files and
166166
documentation.

0 commit comments

Comments
 (0)