]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Add code to handle the split ('|') in a double-quoted string.
authorQiu Shumin <shumin.qiu@intel.com>
Fri, 26 Dec 2014 08:22:35 +0000 (08:22 +0000)
committershenshushi <shenshushi@Edk2>
Fri, 26 Dec 2014 08:22:35 +0000 (08:22 +0000)
commit6f6792b82085c125df476ed5f8347afcbad1af5d
tree8953f26290d9d1f31798bec56f00eb35c33b71dd
parent12d95665cb0e088afe2cd395f0acc7fdb2604acc
ShellPkg: Add code to handle the split ('|') in a double-quoted string.

This patch update the code in function 'ContainsSplit', and make 'ContainsSplit' depend on 'FindNextInstance'. So we move 'FindNextInstance' in front of 'ContainsSplit'.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16560 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Application/Shell/Shell.c