Files
Nim/lib
alaviss 139fa396e8 os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222)
According to POSIX, system() shall returns the termination status in the
format specified by waitpid(), which means WEXITSTATUS should be used to
retrieve the exit code portably.

This fixes execShellCmd on Haiku.
2019-01-07 12:27:07 +01:00
..
2017-02-20 17:24:19 +02:00
2019-01-07 10:37:49 +01:00
2018-12-30 02:48:37 +01:00
2018-11-16 13:27:56 +01:00
2013-03-16 23:53:07 +01:00
2018-11-23 11:58:29 +01:00
2014-08-28 09:59:26 +02:00