Reduce usage of commandShell global by assigning it to a local
authorMax Okumoto <okumoto@dragonflybsd.org>
Sat, 2 Jul 2005 10:46:28 +0000 (10:46 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sat, 2 Jul 2005 10:46:28 +0000 (10:46 +0000)
commita0bfa1d6f8384e9c9fa40e1cfdec5e2f62ca7198
treede81dd3e3c50fd5572bf452777bb699252c2bf3d
parent95cd8e0c3bba3cda945441337cf29f9f4ae5cabd
Reduce usage of commandShell global by assigning it to a local
variable.  Eventually those functions will take it as an input
paramter.
usr.bin/make/job.c