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))
>
>later
>Kiriakos
>
>
>
>
>--- 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

Well, in bash version 2.01.1(1) this change seems to be a problem.
We are going to have to do something different since there seems to
be a conflict of behavior here.

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