[openssl.org #389] openssl 0.9.7-beta5 uses [ a == b ] instead of [ a = b ]

2002-12-10 Thread Richard Levitte via RT
This has already been resolved (please try a recent snapshot). Thanks for the report. [[EMAIL PROTECTED] - Mon Dec 9 08:57:24 2002]: openssl 0.9.7-beta5 uses == as a comparison operator for the [ (test) command. I have found only two implementations that support this: the builtin test

[openssl.org #389] openssl 0.9.7-beta5 uses [ a == b ] instead of [ a = b ]

2002-12-09 Thread (Paul Jarc) via RT
openssl 0.9.7-beta5 uses == as a comparison operator for the [ (test) command. I have found only two implementations that support this: the builtin test command in bash, and the external test command on Solaris. It is not supported by the GNU sh-utils test, the pdksh builtin test, NetBSD,