aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-05 21:30:59 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-05 21:30:59 +0000
commit6d0624aca32c8490f9ed41661c3378ef32c98c75 (patch)
treefc6314e61cc895d157645e6fb690b24072da3fda /Makefile.org
parent085ea803714f148b160499d289616af4c16fa089 (diff)
downloadopenssl-6d0624aca32c8490f9ed41661c3378ef32c98c75.tar.gz
Compensate for BSDi shell bug.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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) && \