Move the nullglob declaration further up so a '*' shim isn't created when no Ruby versions are present. Fixes #45.

This commit is contained in:
Sam Stephenson 2011-08-17 17:53:37 -05:00
parent 1411fa5a16
commit 113e037646

View file

@ -59,10 +59,10 @@ cd "$SHIM_PATH"
# Create the prototype shim, then make shims for all known binaries.
create_prototype_shim
shopt -s nullglob
make_shims ../versions/*/bin/*
# Find and run any plugins that might want to make shims too.
shopt -s nullglob
RBENV_REHASH_PLUGINS=(/etc/rbenv.d/rehash/*.bash ${HOME}/.rbenv/rbenv.d/rehash/*.bash)
shopt -u nullglob