--- src/usr.bin/make/job.c 2005/09/17 11:07:23 1.144 +++ src/usr.bin/make/job.c 2005/09/22 09:13:38 1.145 @@ -386,6 +386,7 @@ static volatile sig_atomic_t got_SIGTTIN static volatile sig_atomic_t got_SIGWINCH; #endif +Shell *commandShell = NULL; /** * In lieu of a good way to prevent every possible looping in make(1), stop