1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 22:03:52 -05:00

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