aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/exec.c')
-rw-r--r--sys/cmd/rc/exec.c2
1 files changed, 2 insertions, 0 deletions
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)