Use strpbrk() instead of array to match characters for meta characters.
authorMax Okumoto <okumoto@dragonflybsd.org>
Sat, 14 May 2005 22:49:16 +0000 (22:49 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sat, 14 May 2005 22:49:16 +0000 (22:49 +0000)
commit9b39b389c22bc3307681fa981ac51af38dbe66ae
treee83d2acef24ee5ab2207b1cb3396ca7e02ba7072
parent9a1545f183ae61c53aaa288e733f044a2f8e5bb4
Use strpbrk() instead of array to match characters for meta characters.

This patch was mixed in with the one I submited

FreeBSD-Date: 2005/05/12 11:40:57
Change in FreeBSD: harti (idea taken, but done differently)
usr.bin/make/job.c