Re: [edk2] [Patch] ShellPkg: Add code to handle the split ('|') in a double-quoted string.

2014-12-26 Thread Carsey, Jaben
@lists.sourceforge.net Subject: [edk2] [Patch] ShellPkg: Add code to handle the split ('|') in a double-quoted string. Importance: High Hi Jaben, Please help review the attached patch. In Shell, if we run a command containing the '|' in a double-quoted string, Shell will treat '|'

[edk2] [Patch] ShellPkg: Add code to handle the split ('|') in a double-quoted string.

2014-12-26 Thread Qiu, Shumin
Hi Jaben, Please help review the attached patch. In Shell, if we run a command containing the '|' in a double-quoted string, Shell will treat '|' as a split instead of knowing it's in quotes and skipping it. For example command echo "a+b | ls" will have the output: 'ls"' is not recognized as