Merge: exec: display system error after failed fork
authorJean Privat <jean@pryen.org>
Sat, 13 Jan 2018 16:13:47 +0000 (11:13 -0500)
committerJean Privat <jean@pryen.org>
Sat, 13 Jan 2018 16:13:47 +0000 (11:13 -0500)
This PR modifies `basic_exec_execute` to add a call to `perror` to display the error message before exiting when a fork fails.

Pull-Request: #2603


Trivial merge