1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -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 fi
if [ "$shell" = "bash" ]; then if [ "$shell" = "bash" ]; then
echo "source $root/completions/rbenv.bash" echo "source \"$root/completions/rbenv.bash\""
fi fi