Browse Source

Fix expansion quoting

pull/360/head^2
Sam Stephenson 13 years ago
parent
commit
2fa7432060
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init 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}"'

Loading…
Cancel
Save