diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ main(void) } // Read and run input commands. - while(getcmd(buf, sizeof(buf)) >= 0) { + while(getcmd(buf, sizeof(buf)) >= 0){ if(fork1() == 0) runcmd(parsecmd(buf)); wait(); |