diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-07 23:12:46 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-07 23:12:46 +0000 |
commit | acef48ec719a8cf2007f73b81a3809d316ab58ef (patch) | |
tree | 6588c214925c3e3466a5bcc345ea9b9f808616ea | |
parent | LD_LIBRARY_PATH (diff) | |
download | ice-acef48ec719a8cf2007f73b81a3809d316ab58ef.tar.bz2 ice-acef48ec719a8cf2007f73b81a3809d316ab58ef.tar.xz ice-acef48ec719a8cf2007f73b81a3809d316ab58ef.zip |
fixes
-rw-r--r-- | cpp/INSTALL.LINUX | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX index d6814c70fbb..436d77890d1 100644 --- a/cpp/INSTALL.LINUX +++ b/cpp/INSTALL.LINUX @@ -110,5 +110,5 @@ available as "python2", in which case you must use: $ python2 allTests.py -If everything worked out well, you should see lots of "ok". In case of -a failure, the tests abort with "failed". +If everything worked out, you should see lots of "ok". In case of a +failure, the tests abort with "failed". |