- Move sh_builtin string array into shellneed(). It is the only
authorMax Okumoto <okumoto@dragonflybsd.org>
Sun, 9 Jan 2005 17:05:33 +0000 (17:05 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sun, 9 Jan 2005 17:05:33 +0000 (17:05 +0000)
commit35c3900be6b700b7923dcef2e12f112ab638434b
tree6acd759096f1562f71b8ac0253c3ae1cae2142ec
parenta109fe3e77c361dd455815b5e5d57f0e96af3973
- Move sh_builtin string array into shellneed().  It is the only
  function that uses it.

- Correct comment describing shellneed() function.

- Since shellneed() can never return -1, remove code that checks
  for it in the caller.
usr.bin/make/compat.c