Fix cache detection
This commit is contained in:
parent
381267816f
commit
b48fce69e2
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [ -d ~/openssl ]; then
|
||||
if [ -d "${OPENSSL_DIR}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue