Commit 6d0624ac authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Compensate for BSDi shell bug.

parent 085ea803
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) && \