This commit is contained in:
Robert Morris 2022-08-10 07:06:49 -04:00
parent c3a17f454a
commit e606f95459

View file

@ -134,7 +134,7 @@ runcmd(struct cmd *cmd)
int
getcmd(char *buf, int nbuf)
{
write(1, "$ ", 2);
write(2, "$ ", 2);
memset(buf, 0, nbuf);
gets(buf, nbuf);
if(buf[0] == 0) // EOF