From dc7bb164e1541357657db11471471ab49e86e763 Mon Sep 17 00:00:00 2001 From: shoragan Date: Thu, 12 Jul 2007 16:23:59 +0000 Subject: Flush stdout after handling each event. This should fix http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=606 git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@2381 99fdad57-331a-0410-800a-d7fa5415bdb3 --- src/util/shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/shell.c b/src/util/shell.c index dfd14cf..9a7084d 100644 --- a/src/util/shell.c +++ b/src/util/shell.c @@ -303,5 +303,6 @@ int shell_main(struct lgsm_handle *lgsmh) printf("Unknown command `%s'\n", buf); } } + fflush(stdout); } } -- cgit v1.2.3