mirror of
https://github.com/rbenv/rbenv.git
synced 2025-01-01 14:45:03 +01: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