Secret printing in libraries and shell and silencing randcall.

This commit is contained in:
Geoffrey Challen
2016-01-01 11:47:43 -05:00
parent a2b15b77aa
commit 036cae3982
5 changed files with 44 additions and 4 deletions

View File

@@ -534,7 +534,7 @@ interactive(void)
struct exitinfo ei;
while (1) {
printf("OS/161$ ");
printsf("OS/161$ ");
getcmd(buf, sizeof(buf));
docommand(buf, &ei);
printstatus(&ei, 0);