Make the prompt look like on OpenBoot.

This commit is contained in:
dcs 1999-11-27 21:44:47 +00:00
parent b498cb5fa6
commit 47c061fc55

View File

@ -112,7 +112,7 @@ interact(void)
*/
printf("\nType '?' for a list of commands, 'help' for more detailed help.\n");
if (getenv("prompt") == NULL)
setenv("prompt", "${interpret}\n", 1);
setenv("prompt", "${interpret}", 1);
if (getenv("interpret") == NULL)
setenv("interpret", "ok", 1);