From 8161badc0e817864b2f0d83cb8b642d46c7c3bed Mon Sep 17 00:00:00 2001 From: Mike Small Date: Tue, 29 Sep 2020 13:42:30 -0400 Subject: [PATCH] Makefile: ignore all which output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c109694..057a5f5 100644 --- a/Makefile +++ b/Makefile @@ -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; \