Not all shells understand !
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Mar 2016 08:05:20 +0000 (09:05 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Mar 2016 21:28:16 +0000 (22:28 +0100)
commit29b28eee3eb6620fa72e6c94b3957ecea0f059b5
tree80f1c7027bd035fe1caa00d805709147e1b02992
parent08538fc0a57a9317da22958beeab3ff8af4b2ded
Not all shells understand !

In unix-Makefile.tmpl, this construction has been used a few times

if ! something; then ...

It seems, though, that some shells do not understand !, so these need
to be changed.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl