diff options
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x | .travis/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh index 5470c828..aaf892b2 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -41,5 +41,5 @@ source ~/.venv/bin/activate tox -- $TOX_FLAGS # Output information about linking of the OpenSSL library on OS X if [[ "$(uname -s)" == "Darwin" ]]; then - otool -L `find .tox -name _openssl*.so` + otool -L `find .tox -name "_openssl*.so"` fi |