1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:22:48 +02:00

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

View File

@ -238,7 +238,7 @@ void shell_interactive() {
#ifndef WITH_READLINE #ifndef WITH_READLINE
char *line; char *line;
while(1) { while(!shell_exit) {
fputs("jzboot> ", stdout); fputs("jzboot> ", stdout);
fflush(stdout); fflush(stdout);