1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

Fix expansion quoting

This commit is contained in:
Sam Stephenson
2011-08-04 01:16:16 -05:00
parent 9f18fe5031
commit 2fa7432060

View File

@@ -50,7 +50,7 @@ if [ -z "$print" ]; then
exit 1
fi
mkdir -p "${HOME}/.rbenv/{shims,versions}"
mkdir -p "${HOME}/.rbenv/"{shims,versions}
echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'