Fix cache detection

This commit is contained in:
Steven Fackler
2017-07-29 09:37:40 -07:00
parent 3232c8cef5
commit d68c3deaed
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
if [ -d ~/openssl ]; then
if [ -d "${OPENSSL_DIR}" ]; then
exit 0
fi