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

Automatically create a default of system if it's missing instead of raising an error

This commit is contained in:
Sam Stephenson
2011-08-04 01:08:47 -05:00
parent cd24495045
commit 9f18fe5031
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash -e
RBENV_VERSION="$(rbenv-version 2>/dev/null || true)"
RBENV_VERSION="$(rbenv-version)"
hit_prefix="* "
miss_prefix=" "