Skip to content

Commit

Permalink
9term: re-enable sys: child note for child processes
Browse files Browse the repository at this point in the history
Fixes #6.

Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb
  • Loading branch information
rsc authored and 0intro committed Nov 27, 2017
1 parent 3d6e5cb commit 2023d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/9term/rcstart.c
Expand Up @@ -26,6 +26,7 @@ sys(char *buf, int devnull)
_exit(2);
default:
waitpid();
noteenable("sys: child");
}
}

Expand Down

0 comments on commit 2023d48

Please sign in to comment.