From 84aa702ff8b66f883e9ac5792b26d4e9d0760573 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 22 Nov 2010 20:20:33 +0000 Subject: [script] Allow "exit" to exit a script Signed-off-by: Michael Brown --- src/include/ipxe/command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/ipxe/command.h') diff --git a/src/include/ipxe/command.h b/src/include/ipxe/command.h index a7d0ae462..2486e7aa2 100644 --- a/src/include/ipxe/command.h +++ b/src/include/ipxe/command.h @@ -23,4 +23,6 @@ struct command { #define __command __table_entry ( COMMANDS, 01 ) +extern int shell_exit; + #endif /* _IPXE_COMMAND_H */ -- cgit v1.2.3-55-g7522