1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Shebang -e flag

This commit is contained in:
Joshua Peek
2011-08-02 17:43:43 -05:00
parent 41c5ac5a33
commit c957d83b3a
10 changed files with 10 additions and 30 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash
set -e
#!/bin/bash -e
RBENV_VERSION="$(rbenv-version)"
RBENV_COMMAND="$1"