]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: fix support for "\" (or "\.") meaning root of drive.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Sep 2011 21:01:34 +0000 (21:01 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Sep 2011 21:01:34 +0000 (21:01 +0000)
commit1fc3749dad42e8d5caebf6e0e0327b713b6adaeb
treea0d6762cad812852bbd416bdb8603bbdd4087fc3
parente291948ce0b6f3439f83da5861ddd337421dc5e4
ShellPkg: fix support for "\" (or "\.") meaning root of drive.

Cp command fixed to allow for copying single or multiple files to the root of the drive with destination directory \.
Cd command fixed to allow for changing CWD to the root of the drive with destination directory \.

signed-off-by: jcarsey
reviewed-by: geekboy15a

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12392 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/BasePathLib/BasePathLib.c
ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c