mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
More argument quoting
This commit is contained in:
parent
4acefd6ef9
commit
fb31290b9d
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ else
|
|||
fi
|
||||
|
||||
shift 1
|
||||
exec "$command_path" $*
|
||||
exec "$command_path" "$@"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue