ShellPkg: hexedit command does not return lasterror equal to 0 when exiting from editor

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by : Tapan Shah <tapandshah@hp.com>

Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16197 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey 2014-10-07 19:58:43 +00:00 committed by jcarsey
parent 8896351646
commit 842949fa80
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
/** @file
Main entry point of editor
(C) Copyright 2014, Hewlett-Packard Development Company, L.P.
Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@ -241,7 +242,7 @@ ShellCommandRunHexEdit (
//
HMainEditorCleanup ();
if (!EFI_ERROR (Status)) {
if (EFI_ERROR (Status)) {
if (ShellStatus == SHELL_SUCCESS) {
ShellStatus = SHELL_UNSUPPORTED;
}