diff --git a/libexec/rbenv-init b/libexec/rbenv-init index e75595b3..0e0a36ec 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -27,5 +27,5 @@ if [ -d "$HOME/.rbenv/shims" ]; then fi if [ "$shell" = "bash" ]; then - echo "source $root/completions/rbenv.bash" + echo "source \"$root/completions/rbenv.bash\"" fi