commit | b6a0f24434da2cab3e1bba0eb7ba064ca5aacec7 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sun Jan 03 16:18:48 2016 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sun Jan 03 16:18:48 2016 -0500 |
tree | 67002ef242c4b3abb2e2b719ac6ae3f7c12006c2 | |
parent | a39a23c6c18aaa01165c6c67b9c715405b259a54 [diff] | |
parent | 2d96df9df9868ed6389ac539dc7050f05d74e56f [diff] |
Merge pull request #2633 from reaperhulk/travis-sed-thing sed the openssl makefile to change the shlib version
diff --git a/.travis/run.sh b/.travis/run.sh index aaf892b..2b94e22 100755 --- a/.travis/run.sh +++ b/.travis/run.sh
@@ -41,5 +41,5 @@ 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