diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-08 12:23:20 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-08 12:23:20 +0200 |
| commit | 77357ba0bd02eb9ef76af15697f62f6021c0a4fe (patch) | |
| tree | e60b2d74357168e423613fed8ec529aed84c564e /kernel/shell.c | |
| parent | 2a204125c98699aa2baa8f6f91fc5129f6eb7385 (diff) | |
fixed waiting for keypress in bootloader.
Diffstat (limited to 'kernel/shell.c')
| -rw-r--r-- | kernel/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/shell.c b/kernel/shell.c index b377ce0..9767a58 100644 --- a/kernel/shell.c +++ b/kernel/shell.c @@ -85,6 +85,7 @@ void shell_execute() else { log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"command unknown"); + lock_release(0); } pos=0; |
