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=" "