Re: [edk2] [PATCH] ShellPkg-Cd: Ensure all valid cd targets are handled properly

2018-10-11 Thread Ni, Ruiyu
On 10/8/2018 10:53 PM, Carsey, Jaben wrote: Seems good to me. Any thoughts Ray? Reviewed-by: Jaben Carsey Pushed. -- Thanks, Ray ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] [PATCH] ShellPkg-Cd: Ensure all valid cd targets are handled properly

2018-10-08 Thread Carsey, Jaben
PATCH] ShellPkg-Cd: Ensure all valid cd targets are handled > properly > Importance: High > > ShellPkg-Cd: Ensure all valid cd targets are handled properly > > Make sure that PathCleanUpDirectories() is called on all valid targets > of the cd command. > > Contribute

[edk2] [PATCH] ShellPkg-Cd: Ensure all valid cd targets are handled properly

2018-10-04 Thread Jim.Dailey
ShellPkg-Cd: Ensure all valid cd targets are handled properly Make sure that PathCleanUpDirectories() is called on all valid targets of the cd command. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jim Dailey --- ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c | 8