From f36057fa40aa7e4fb6f67456c46d467ba16d166b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 9 Sep 2015 22:14:23 -0400 Subject: Don't use shell redirection --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 3ff723da..8e791b37 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -10,7 +10,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then brew outdated openssl || brew upgrade openssl fi - if which pyenv > /dev/null; then + if which -s pyenv; then eval "$(pyenv init -)" fi -- cgit v1.2.3