job.c: 1.51->1.52
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 15:50:51 +0000 (15:50 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 15:50:51 +0000 (15:50 +0000)
commit79e590896256335eb0be467933501e08b9562634
tree99e408792099935eced8daaa33b1097b94aaad4c
parent89a1b3970cb7ce36072eb22bd76b9be5e5d22b89
job.c: 1.51->1.52
Author: ru
Log:
"unset verbose" is 13 characters, not 10.

job.c:1.58->1.59
Author: harti
Log:
Get rid of the shell table sentinel. It isn't needed anymore because
JobMatchShell returns NULL when no shell name matches since revision 1.51.

Obtained-from: FreeBSD
Submitted-by: Max Okumoto <okumoto@ucsd.edu>
Use __arysize(shells) instead of expanding it manually.
usr.bin/make/job.c