Compensate for BSDi shell bug.
This commit is contained in:
parent
085ea80371
commit
6d0624aca3
@ -390,7 +390,7 @@ rehash: rehash.time
|
|||||||
rehash.time: certs apps
|
rehash.time: certs apps
|
||||||
@if [ -z "$(CROSS_COMPILE_PREFIX)" ]; then \
|
@if [ -z "$(CROSS_COMPILE_PREFIX)" ]; then \
|
||||||
(OPENSSL="`pwd`/util/opensslwrap.sh"; \
|
(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; \
|
OPENSSL_DEBUG_MEMORY=on; \
|
||||||
export OPENSSL OPENSSL_DEBUG_MEMORY; \
|
export OPENSSL OPENSSL_DEBUG_MEMORY; \
|
||||||
$(PERL) tools/c_rehash certs) && \
|
$(PERL) tools/c_rehash certs) && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user