Redirect which stderr.

This commit is contained in:
Nicholas Marriott 2019-02-06 14:45:19 +00:00
parent c42e89a598
commit bdb7e48cba

View File

@ -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