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

Silence the warning, too

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

View File

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