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

Add missing set -e

This commit is contained in:
Sam Stephenson
2011-08-01 15:56:52 -05:00
parent 99035a49a9
commit 1da746543f
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
RBENV_VERSION="$(rbenv-version)"
for path in ~/.rbenv/versions/*; do