Makefile: ignore all which output

This commit is contained in:
Mike Small 2020-09-29 13:42:30 -04:00
parent dd8a4972e6
commit 8161badc0e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ frfac:
check:
`./latest_perl` -wc frfac.in
perlcritic frfac.in
if which ksh93 2> /dev/null; then \
if which ksh93 > /dev/null 2>&1; then \
ksh93 -n getviaphone; \
else \
ksh -n getviaphone; \