summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-02-06 14:45:19 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-02-06 14:45:35 +0000
commitbdb7e48cbabe70a3b6ef6c6d80be987835e6c280 (patch)
treed09ed8d4a8ea8e02ba6aaa2cbaffd097558a80e4 /tools
parentc42e89a598aff8fc983b2468be3277aa3dcb71bd (diff)
Redirect which stderr.
Diffstat (limited to 'tools')
-rw-r--r--tools/24-bit-color.sh2
1 files changed, 1 insertions, 1 deletions
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