mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
spawnSync() modifies the options argument. This commit makes a copy of options before any modifications occur. Fixes: https://github.com/iojs/io.js/issues/576 PR-URL: https://github.com/iojs/io.js/pull/579 Reviewed-By: Bert Belder <bertbelder@gmail.com>