Quote path

This commit is contained in:
Joshua Peek 2011-08-03 23:20:19 -05:00
parent df61a76ab0
commit 70e1f61337

View file

@ -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