]> git.lizzy.rs Git - rust.git/commit
redox: Correct error on exec when file is not found
authorIan Douglas Scott <ian@iandouglasscott.com>
Sun, 20 Aug 2017 17:07:17 +0000 (10:07 -0700)
committerIan Douglas Scott <ian@iandouglasscott.com>
Sun, 20 Aug 2017 17:10:03 +0000 (10:10 -0700)
commita41c4f80d9e92bd34b293a4a817092c420276d82
tree628616742861d7fe9a107ee0ae3bf8d6db09ff89
parent3d9f57a2924f244c5ef9503432733143ba702928
redox: Correct error on exec when file is not found

`.raw_os_error()` (called in `spawn()`) returned None, so this produced an incorrect error.
src/libstd/sys/redox/process.rs