]> git.proxmox.com Git - mirror_edk2.git/commit
Shellpkg: Add support for filenames with spaces.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 Nov 2011 16:52:09 +0000 (16:52 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 Nov 2011 16:52:09 +0000 (16:52 +0000)
commit031acf6336e92392966825b05600e4da1c24c655
treeeba7c984c049331412b87d53694710e4438d2baf
parentd16efcae829976ea4ebacb989a25382c875abdeb
Shellpkg: Add support for filenames with spaces.

This patch changes the file redirection support to allow for quote delimited filenames that contain spaces and updates the edit command to allow spaces in the filename.  This also properly fails for attempts to redirect to "" (empty quotes).

This was missing from the first portion of the commit.

signed-off-by: jcarsey
reviewed-by: jliu66

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12686 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Application/Shell/ShellParametersProtocol.c