Fix cache detection

This commit is contained in:
Steven Fackler 2017-07-29 09:37:40 -07:00
parent 381267816f
commit b48fce69e2
1 changed files with 1 additions and 1 deletions

View File

@ -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