mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 12:33:48 -05:00
-e
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
RBENV_VERSION="$1"
|
RBENV_VERSION="$1"
|
||||||
elif [ -z "$RBENV_VERSION" ]; then
|
elif [ -z "$RBENV_VERSION" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user