1 --- system.c.orig 2003-05-20 15:23:25.000000000 -0700
2 +++ system.c 2004-08-31 12:00:07.000000000 -0700
4 struct sigaction ign, intact, quitact;
5 sigset_t newsigblock, oldsigblock;
7 - if (!command) /* just checking... */
9 + if (!command) { /* just checking... */
10 + if (access(_PATH_BSHELL, F_OK) == -1) /* if no sh or no access */
17 * Ignore SIGINT and SIGQUIT, block SIGCHLD. Remember to save