From: Andy Polyakov Date: Sat, 5 Jan 2008 21:30:59 +0000 (+0000) Subject: Compensate for BSDi shell bug. X-Git-Tag: OpenSSL_0_9_8k^2~579 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d0624aca32c8490f9ed41661c3378ef32c98c75;p=oweals%2Fopenssl.git Compensate for BSDi shell bug. --- diff --git a/Makefile.org b/Makefile.org index 91557ffe68..39add98f8d 100644 --- a/Makefile.org +++ b/Makefile.org @@ -390,7 +390,7 @@ rehash: rehash.time rehash.time: certs apps @if [ -z "$(CROSS_COMPILE_PREFIX)" ]; then \ (OPENSSL="`pwd`/util/opensslwrap.sh"; \ - [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe"; \ + [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \ OPENSSL_DEBUG_MEMORY=on; \ export OPENSSL OPENSSL_DEBUG_MEMORY; \ $(PERL) tools/c_rehash certs) && \