On 09 Oct 1998 15:22:30 -0400, Kyriakos Georgiou wrote:

>
>You have probably got this correction already, but here it is
>anyways.  It caused a "function {isGreaterOrEqua not found" with my bash
>(version 1.14.7(1))

Sorry to all of you who may have run into this problem.  This is the correct
fix to the problem in checkVersions and we are building some new archives
that will have this fixed.  We also will put up a fixed checkVersions script
so that you do not neet to down load the whole thing again.  (I know I
would not want to just for this...)

Again, I am sorry for the error.

BTW - you are welcome to use this patch since it does solve the problem:

-----------------8<----------------8<-----------------8<-------------
--- bin/checkVersions.orig      Fri Oct  9 15:13:34 1998
+++ bin/checkVersions   Fri Oct  9 15:13:45 1998
@@ -103,8 +103,8 @@
     
     # 5.4.33 & 1.9.6 seem to do it too
     if isGreaterOrEqual "$libdlVers" 1.9.6 ||
-       {isGreaterOrEqual "$libcVers" 1.5.44 &&
-        isGreaterOrEqual "$libdlVers" 1.9.9}
+       { isGreaterOrEqual "$libcVers" 1.5.44 &&
+         isGreaterOrEqual "$libdlVers" 1.9.9 }
     then
         # supplied libraries are not needed
        return 1
-----------------8<----------------8<-----------------8<-------------

Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz

Reply via email to