From 2b48814d3b685d1527e1d17ab939be71ff6b8c55 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 26 Nov 2021 19:34:23 +0100 Subject: Fixing the fix (the previous commit introduced a bug when the step was not specified) + minor fixes in shell --- src/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shell.c') 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() ); while (true) { - fprintf(stderr, "nissy-# "); + fprintf(stdout, "nissy-# "); if (fgets(line, MAXLINELEN, stdin) == NULL) break; shell_argc = parseline(line, shell_argv); -- cgit v1.3