mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 14:23:53 -05:00
Fix argument that cannot be sent to bash via env
/usr/bin/env seems to have problems with arguments to bash on some platforms. To bypass this, use set -e instead.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash -e
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "$(rbenv-version-name) (set by $(rbenv-version-origin))"
|
||||
|
||||
Reference in New Issue
Block a user