diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-06-06 01:34:59 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-06-06 01:34:59 +0000 |
commit | c0cb05335aa6a535b90d7593798efafcd074d0e3 (patch) | |
tree | 45b79bb31f6035a20aefeb71114e83433f832586 | |
parent | c0178f27a252128f96316a6c260a15c28960f510 (diff) |
From: PortSite <info@portsite.nl>
Install file says: Type flex -- version
There is a space between -- and version that shouldn't
be there :-(
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ To upgrade to PostgreSQL v6.1 do the following: 5) Some platforms use flex. If your system uses flex then make sure you have a good version. Type - flex -- version + flex --version If the flex command is not found then you probably do not need it. If the version is 2.5.2 or 2.5.4 or greater then you are okay. If it |