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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user