commit | f36057fa40aa7e4fb6f67456c46d467ba16d166b | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Sep 09 22:14:23 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Sep 09 22:14:23 2015 -0400 |
tree | 98b8b86dfe07a4efd79a3efa0833c52da67034a4 | |
parent | 948ba5d4ff4ee7a8f7554af123e97ab580aa50a2 [diff] |
Don't use shell redirection
diff --git a/.travis/install.sh b/.travis/install.sh index 3ff723d..8e791b3 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -10,7 +10,7 @@ brew outdated openssl || brew upgrade openssl fi - if which pyenv > /dev/null; then + if which -s pyenv; then eval "$(pyenv init -)" fi