Use $(BINSH) to check shell script syntax rather than sh.

This commit is contained in:
Kris Maglione 2010-05-22 19:04:18 -04:00
parent 5cd40801d2
commit 8fe0e02eb4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ MAKEFILES=.depend
.rc.out .awk.out .sh.out:
echo FILTER $(BASE)$<
[ -n "${<:%.sh=}" ] || sh -n $<
[ -n "${<:%.sh=}" ] || $(BINSH) -n $<
set -e; \
[ -n "${noisycc}" ] && set -x; \
$(FILTER) $< >$@; \