Andrew Siplas 5e895b28c7 FS-11444: Capture return code from os.execute(); stop attempting to concat boolean/nil to error string.
os.execute() returns [3
variables](f59e6a93c0/lauxlib.c (L286)).
Capture the 2nd (e.g. "exit") and 3rd (e.g. 0) in addition to the first
which would be merely `true` on success or `nil` on error.
2018-10-06 22:53:49 -04:00
..
2009-06-27 00:35:05 +00:00
2009-02-24 00:29:12 +00:00
2014-07-05 09:22:59 -05:00
2014-07-05 09:22:59 -05:00
2008-05-02 00:24:09 +00:00
2008-05-08 16:44:33 +00:00
2016-11-10 12:09:00 -06:00
2010-11-12 13:50:12 -06:00