From 1b9b9071b768491e47199ee89a6b5ccf317b8797 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 3 Jan 2016 13:38:06 -0500 Subject: Backticks are apparently legacy. I just do what shellcheck tells me --- .travis/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis/run.sh') diff --git a/.travis/run.sh b/.travis/run.sh index aaf892b2..2b94e22f 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 -- cgit v1.2.3