]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/ls: Fix to support "ls fs0:File.txt"
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 8 Aug 2016 07:02:44 +0000 (15:02 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 10 Aug 2016 02:17:13 +0000 (10:17 +0800)
commit47ec935660cd38659efcb414ab2cb819c0cb466e
treec9ccc0ae9f5484f45b6ea666646d12e34f75bac5
parent54b1e0ec814d8a8ac0aea2262ba04d7567545197
ShellPkg/ls: Fix to support "ls fs0:File.txt"

“ls fs0:\File.txt" can list the file correctly but
when the backslash is removed from colon, the file cannot
be listed.
The patch fixes this issue.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Tapan Shah <tapandshah@hpe.com>
ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c