mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Fix expansion quoting
This commit is contained in:
parent
9f18fe5031
commit
2fa7432060
1 changed files with 1 additions and 1 deletions
|
@ -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}"'
|
||||
|
||||
|
|
Loading…
Reference in a new issue