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

Quote script path and remove unnecessary semicolon

This commit is contained in:
Sam Stephenson
2011-09-21 13:05:08 -05:00
parent 096743acde
commit 699cd8c203
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ RBENV_COMMAND_PATH="$(rbenv-which "$RBENV_COMMAND")"
RBENV_BIN_PATH="${RBENV_COMMAND_PATH%/*}"
for script in $(rbenv-plugin-scripts exec); do
source $script;
source "$script"
done
shift 1