Re: [edk2] [PATCH] ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().

2015-09-17 Thread Ard Biesheuvel
On 16 September 2015 at 07:51, Qiu Shumin wrote: > When execute a command with tailing blank spaces in ShellProtocol.Execute() > Shell will fail. This patch move the TrimSpaces operation into > ParseCommandLineToArgs function to fix the problem. > > Cc: Ruiyu Ni

Re: [edk2] [PATCH] ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().

2015-09-16 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Qiu, Shumin > Sent: Tuesday, September 15, 2015 10:52 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin ; Ni, Ruiyu ; > Carsey, Jaben ; Yang,

[edk2] [PATCH] ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().

2015-09-15 Thread Qiu Shumin
When execute a command with tailing blank spaces in ShellProtocol.Execute() Shell will fail. This patch move the TrimSpaces operation into ParseCommandLineToArgs function to fix the problem. Cc: Ruiyu Ni Cc: Jaben Carsey Contributed-under: TianoCore