Re: [edk2] [PATCH 2/2] ShellPkg: Fix Shell fail with redundant space following delay number.

2015-09-09 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Qiu, Shumin > Sent: Sunday, September 06, 2015 8:06 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin ; Carsey, Jaben > > Subject: [PATCH 2/2] ShellPkg: Fix Shell fail with redundant space following > delay number. > Importance: Hig

[edk2] [PATCH 2/2] ShellPkg: Fix Shell fail with redundant space following delay number.

2015-09-06 Thread Qiu Shumin
When boot from Shell we can use '-delay [num]' as optional data. If blank space exist after '[num]' Shell will fail. This patch add error handling to avoid this failure. Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin --- ShellPkg/Application