mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -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
|
fi
|
||||||
|
|
||||||
shift 1
|
shift 1
|
||||||
exec "$command_path" $*
|
exec "$command_path" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue