1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -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_COMMAND="$1"
if [ -z "$RBENV_COMMAND" ]; then