diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-02-06 14:45:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-02-06 14:45:35 +0000 |
commit | bdb7e48cbabe70a3b6ef6c6d80be987835e6c280 (patch) | |
tree | d09ed8d4a8ea8e02ba6aaa2cbaffd097558a80e4 | |
parent | c42e89a598aff8fc983b2468be3277aa3dcb71bd (diff) | |
download | rtmux-bdb7e48cbabe70a3b6ef6c6d80be987835e6c280.tar.gz rtmux-bdb7e48cbabe70a3b6ef6c6d80be987835e6c280.tar.bz2 rtmux-bdb7e48cbabe70a3b6ef6c6d80be987835e6c280.zip |
Redirect which stderr.
-rw-r--r-- | tools/24-bit-color.sh | 2 |
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 |