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, 1 insertions, 1 deletions
diff --git a/sys/cmd/rc/exec.c b/sys/cmd/rc/exec.c
index 1b311ec..5baaf1a 100644
--- a/sys/cmd/rc/exec.c
+++ b/sys/cmd/rc/exec.c
@@ -914,7 +914,7 @@ Xreadcmd(void)
flush(shell.err);
root = runner;
- shell.prompt = "> ";
+ resetprompt();
if(yyparse()){
// resource cleanup?