From bdb7e48cbabe70a3b6ef6c6d80be987835e6c280 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 6 Feb 2019 14:45:19 +0000 Subject: Redirect which stderr. --- tools/24-bit-color.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/24-bit-color.sh b/tools/24-bit-color.sh index 73cff60a..b83ef51f 100644 --- a/tools/24-bit-color.sh +++ b/tools/24-bit-color.sh @@ -14,7 +14,7 @@ # https://github.com/gnachman/iTerm2/blob/master/LICENSE # -if which gseq >/dev/null +if which gseq >/dev/null 2>&1 then SEQ=gseq else -- cgit v1.2.3