From 6d0624aca32c8490f9ed41661c3378ef32c98c75 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 5 Jan 2008 21:30:59 +0000 Subject: Compensate for BSDi shell bug. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') 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) && \ -- cgit v1.2.3