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

rbenv-versions doesn't require a default to be present

This commit is contained in:
Sam Stephenson
2011-08-04 01:00:08 -05:00
parent f84dc27c58
commit 1235cbd0ef

View File

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