1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53: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,5 +1,3 @@
#!/bin/bash
set -e
#!/bin/bash -e
exec rbenv-exec "${0##*/}" "$@"