Commit Graph

4 Commits

Author SHA1 Message Date
Simon Sapin 1b895d8b88 Import the alloc crate as alloc_crate in std
… to make the name `alloc` available.
2018-04-12 22:52:47 +02:00
Bryan Drewery 8e0faf79c0 Simplify PATH key comparison 2018-03-19 16:15:26 -07:00
Bryan Drewery 6212904dd8 Don't use posix_spawn() if PATH was modified in the environment.
The expected behavior is that the environment's PATH should be used
to find the process.  posix_spawn() could be used if we iterated
PATH to search for the binary to execute.  For now just skip
posix_spawn() if PATH is modified.
2018-03-19 15:40:09 -07:00
Diggory Blake ccc91d7b48 Capture environment at spawn 2017-12-24 14:24:31 +00:00