mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-11 21:13:46 -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,4 +1,5 @@
|
||||
#!/usr/bin/env bash -e
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
|
||||
Reference in New Issue
Block a user