Make exit command work without readline.

This commit is contained in:
Peter Zotov
2010-12-04 04:38:59 +03:00
parent db010b1855
commit 5cc2d7446f
+1 -1
View File
@@ -238,7 +238,7 @@ void shell_interactive() {
#ifndef WITH_READLINE
char *line;
while(1) {
while(!shell_exit) {
fputs("jzboot> ", stdout);
fflush(stdout);