diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c index a23ea06..8bc2e0b 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -69,7 +69,7 @@ launch() | |||
| 69 | ); | 69 | ); |
| 70 | 70 | ||
| 71 | while (true) { | 71 | while (true) { |
| 72 | fprintf(stderr, "nissy-# "); | 72 | fprintf(stdout, "nissy-# "); |
| 73 | if (fgets(line, MAXLINELEN, stdin) == NULL) | 73 | if (fgets(line, MAXLINELEN, stdin) == NULL) |
| 74 | break; | 74 | break; |
| 75 | shell_argc = parseline(line, shell_argv); | 75 | shell_argc = parseline(line, shell_argv); |
