[script] Allow "exit" to exit a script

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-11-22 20:20:33 +00:00
parent 6d68ffee39
commit 84aa702ff8
4 changed files with 92 additions and 45 deletions

View File

@@ -23,4 +23,6 @@ struct command {
#define __command __table_entry ( COMMANDS, 01 )
extern int shell_exit;
#endif /* _IPXE_COMMAND_H */