From e34a4791b72e426b02f33496fe03be1ad81819a6 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 26 Oct 2021 14:11:25 -0700 Subject: fix(rc): prompt during command entry --- sys/cmd/rc/exec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/cmd/rc/exec.c') diff --git a/sys/cmd/rc/exec.c b/sys/cmd/rc/exec.c index 5f3c6d6..1b311ec 100644 --- a/sys/cmd/rc/exec.c +++ b/sys/cmd/rc/exec.c @@ -914,6 +914,8 @@ Xreadcmd(void) flush(shell.err); root = runner; + shell.prompt = "> "; + if(yyparse()){ // resource cleanup? if(runner->flag.eof) -- cgit v1.2.1