mirror of
https://github.com/openharmony/third_party_rust_rust-openssl.git
synced 2026-07-21 02:55:22 -04:00
Fix cache detection
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [ -d ~/openssl ]; then
|
||||
if [ -d "${OPENSSL_DIR}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user