Revision: 13547
http://edk2.svn.sourceforge.net/edk2/?rev=13547&view=rev
Author: ydong10
Date: 2012-07-23 03:17:09 +0000 (Mon, 23 Jul 2012)
Log Message:
-----------
Add logic to check the execution break flag before executing the next command
in a script file.
Signed-off-by: Eric Dong <[email protected]>
Reviewed-by: Jaben carsey <[email protected]>
Modified Paths:
--------------
trunk/edk2/ShellPkg/Application/Shell/Shell.c
Modified: trunk/edk2/ShellPkg/Application/Shell/Shell.c
===================================================================
--- trunk/edk2/ShellPkg/Application/Shell/Shell.c 2012-07-23 01:03:53 UTC
(rev 13546)
+++ trunk/edk2/ShellPkg/Application/Shell/Shell.c 2012-07-23 03:17:09 UTC
(rev 13547)
@@ -1874,6 +1874,9 @@
Status = EFI_SUCCESS;
break;
}
+ if (ShellGetExecutionBreakFlag()) {
+ break;
+ }
if (EFI_ERROR(Status)) {
break;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits