2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-05-02 01:17:46 +00:00
Files
xNBA/src/core
Michael Brown c5c257788f [settings] Expose exit status of failed command via ${errno}
Allow scripts to report errors in more detail by exposing the most
recent error via the ${errno} setting.  For example:

    chain ${filename} || goto failed
    ...
    :failed
    imgfree http://192.168.0.1/ipxe_error.php?error=${errno}

Note that ${errno} is valid only immediately after executing a failed
command.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-07-12 15:46:24 +01:00
..
2010-04-19 23:43:39 +01:00
2010-05-27 01:18:17 +01:00
2010-04-19 23:43:39 +01:00
2010-04-25 17:25:30 +01:00
2006-12-20 03:49:36 +00:00
2010-12-09 13:11:27 +00:00
2005-03-08 18:53:11 +00:00
2010-04-19 23:43:39 +01:00
2010-04-19 23:43:39 +01:00
2011-03-28 18:50:27 +01:00
2012-07-09 10:13:47 +01:00
2010-04-19 23:43:39 +01:00
2011-01-27 18:46:07 +00:00
2012-03-29 14:02:02 +01:00
2010-04-19 23:43:39 +01:00
2010-04-19 23:43:39 +01:00
2012-03-19 17:35:46 +00:00