1
0
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:
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

@@ -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