1
0
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:
Sam Stephenson
2011-08-02 09:38:36 -05:00
parent 0c66f62c17
commit 4acefd6ef9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
set -e
exec rbenv-exec "${0##*/}" $*
exec rbenv-exec "${0##*/}" "$@"