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