> Change
> http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=b3ef742cbbc1c8bf0e33dca60f08c65031647b07
> broke "make install" on Solaris. Error message:
> 
> /bin/sh: !: not found
> 
> The new syntax
> 
> -  if [ "$(PLATFORM)" != "Cygwin" ]; then \
> +  if ! expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \
> 
> introduced to the Makefile doesn't work for /bin/sh on Solaris.

flipped condition in 
http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=cd077dab08769091ebff3c2a5cbb27ffdb8043a7.
 
thanks for report.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to