Index: src/shell.c.in ================================================================== --- src/shell.c.in +++ src/shell.c.in @@ -4847,10 +4847,11 @@ utf8_printf(stderr, "Failed: [%s]\n", zCmd); } sqlite3_free(zCmd); outputModePop(p); p->doXdgOpen = 0; + sqlite3_sleep(100); } #endif /* !defined(SQLITE_NOHAVE_SYSTEM) */ } p->outfile[0] = 0; p->out = stdout;