mirror of https://github.com/acidanthera/audk.git
Updates the logic to allow RM and CP to have silent/quiet mode work successfully.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16056 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7c064c3189
commit
5a51ad8d20
|
@ -165,7 +165,9 @@ CascadeDelete(
|
|||
//
|
||||
// now delete the current node...
|
||||
//
|
||||
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_RM_LOG_DELETE), gShellLevel2HiiHandle, Node->FullName);
|
||||
if (!Quiet) {
|
||||
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_RM_LOG_DELETE), gShellLevel2HiiHandle, Node->FullName);
|
||||
}
|
||||
Status = gEfiShellProtocol->DeleteFile(Node->Handle);
|
||||
Node->Handle = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue