mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
Quote script path and remove unnecessary semicolon
This commit is contained in:
@@ -53,7 +53,7 @@ else
|
||||
fi
|
||||
|
||||
for script in $(rbenv-plugin-scripts which); do
|
||||
source $script;
|
||||
source "$script"
|
||||
done
|
||||
|
||||
if [ -x "$RBENV_COMMAND_PATH" ]; then
|
||||
|
||||
Reference in New Issue
Block a user