Merge pull request #77 from CL8192/dev
initiatively exit child in forktree
This commit is contained in:
commit
e906b6c8d2
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ fn fork_child(cur: &str, branch: char) {
|
||||||
yield_();
|
yield_();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn fork_tree(cur: &str) {
|
fn fork_tree(cur: &str) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue