diff options
Diffstat (limited to 'appl/cmd')
| -rw-r--r-- | appl/cmd/sh9.b | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appl/cmd/sh9.b b/appl/cmd/sh9.b index 64d88e1..5c63401 100644 --- a/appl/cmd/sh9.b +++ b/appl/cmd/sh9.b @@ -167,8 +167,7 @@ init(ctxt: ref Context, argv: list of string) seek := 0; bio := bufio->fopen(dfd, sys->OREAD); - - sys->print("SH9 v0\n"); + sys->print("%s", prompt); for(;;) { temp = bio.getb(); |
