X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FApplication%2FShell%2FFileHandleWrappers.c;h=22e8c71d12b25162a9b2f2e0f6e0279659bbaa69;hp=3cadc41e0b390771c5f4ad91d10c85b93cb29e39;hb=ab94587a7d2cd89695f9190420daceae0d2b7446;hpb=f1518f69703e1086f346a6e9d8e5a59855954178 diff --git a/ShellPkg/Application/Shell/FileHandleWrappers.c b/ShellPkg/Application/Shell/FileHandleWrappers.c index 3cadc41e0b..22e8c71d12 100644 --- a/ShellPkg/Application/Shell/FileHandleWrappers.c +++ b/ShellPkg/Application/Shell/FileHandleWrappers.c @@ -522,7 +522,7 @@ FileInterfaceStdInRead( } StrCat(TabStr, L"*"); FoundFileList = NULL; -// TabStr = CleanPath(TabStr); +// TabStr = PathCleanUpDirectories(TabStr); Status = ShellInfoObject.NewEfiShellProtocol->FindFiles(TabStr, &FoundFileList); for ( TempStr = CurrentString ; *TempStr == L' '