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