summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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