mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
Switch from setpgrp to setpgid for platform independence
darcs-hash:20051006103901-ac50b-cd58dc150d1419ab6c19706fd40fd33842e30e16.gz
This commit is contained in:
parent
401e060c05
commit
3b02b76c79
|
@ -622,7 +622,7 @@ int main( int argc, char **argv )
|
|||
complete_init();
|
||||
reader_init();
|
||||
env_init();
|
||||
|
||||
|
||||
test_util();
|
||||
test_tok();
|
||||
test_parser();
|
||||
|
|
Loading…
Reference in New Issue
Block a user