]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Application/Shell/Shell.c
ShellPkg: Fix Shell to not return without startup.nsh after timeout
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 7 Apr 2017 03:02:47 +0000 (11:02 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 7 Apr 2017 03:06:12 +0000 (11:06 +0800)
commit35b523c29ff480c5e50b6f28d80d930d0b83fe72
tree3f520abc96beecfc50dbf7c50afa9baae5fdb56e
parent08eff917888fe4cb751fade30ddbb4618117aeed
ShellPkg: Fix Shell to not return without startup.nsh after timeout

When user doesn't press key to exit the timeout waiting in Shell,
and there is no startup.nsh, Shell exits with failure status.
aaf51f08ee104447207bba571649556095befc93 introduced this bug.
The patch fixes this issue.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Chen A Chen <chen.a.chen@intel.com>
ShellPkg/Application/Shell/Shell.c