mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
Properly quote arguments with spaces
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
exec rbenv-exec "${0##*/}" $*
|
||||
exec rbenv-exec "${0##*/}" "$@"
|
||||
|
||||
Reference in New Issue
Block a user