X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellLevel2CommandsLib%2FCp.c;h=5afbcb7761c5c7dff5181dc6ffbafebebc347664;hb=6e1e5405544724406f07344a5911298c3df44129;hp=da2909d19b242fbc812a5f565093778f815eea27;hpb=7282b505c5da686b95f6b2277bbd25a620d263ed;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c index da2909d19b..5afbcb7761 100644 --- a/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c +++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c @@ -501,7 +501,9 @@ ValidateAndCopyFiles( PathCleanUpDirectories(DestPath); - ShellPrintEx(-1, -1, HiiOutput, Node->FullName, DestPath); + if (!SilentMode) { + ShellPrintEx(-1, -1, HiiOutput, Node->FullName, DestPath); + } // // copy single file...