mit-pdos / xv6-riscv

Xv6 for RISC-V
Other
6.58k stars 2.38k forks source link

Fix write redirection typo in sh.c #159

Closed ChrisWang13 closed 1 year ago

ChrisWang13 commented 1 year ago

In sh.c function getcmd (Line 135), we print the $ sign as standard output rather than standard error.