Re: [edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Fix ls on entirely empty directories.

2018-05-07 Thread Carsey, Jaben
ar...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com> > Subject: [edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Fix ls on > entirely empty directories. > Importance: High > > Currently, when 'ls' is run on an entirely empty directory (this > includes not having '.' and '.

[edk2] [PATCH] ShellPkg/UefiShellLevel2CommandsLib: Fix ls on entirely empty directories.

2018-05-05 Thread Marvin Häuser
Currently, when 'ls' is run on an entirely empty directory (this includes not having '.' and '..'), the output is always 'File not found'. For when not filtering its children, this patch rather displays the usual header and footer. Contributed-under: TianoCore Contribution Agreement 1.1