diff options
| author | Steven Fackler <[email protected]> | 2017-07-29 09:37:40 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-07-29 09:37:40 -0700 |
| commit | b48fce69e2db8800c639e98d59a686910eb9b6ad (patch) | |
| tree | cac5ed18bd0382df7fdb6ff5e56ad4a960b947b0 /test | |
| parent | Little circle cleanup (diff) | |
| download | rust-openssl-b48fce69e2db8800c639e98d59a686910eb9b6ad.tar.xz rust-openssl-b48fce69e2db8800c639e98d59a686910eb9b6ad.zip | |
Fix cache detection
Diffstat (limited to 'test')
| -rwxr-xr-x | test/build_openssl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build_openssl.sh b/test/build_openssl.sh index 67a0d804..70532436 100755 --- a/test/build_openssl.sh +++ b/test/build_openssl.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -if [ -d ~/openssl ]; then +if [ -d "${OPENSSL_DIR}" ]; then exit 0 fi |