1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

More argument quoting

This commit is contained in:
Sam Stephenson
2011-08-02 12:21:09 -05:00
parent 4acefd6ef9
commit fb31290b9d

View File

@@ -14,5 +14,5 @@ else
fi
shift 1
exec "$command_path" $*
exec "$command_path" "$@"
fi