Redirect which stderr.

pull/1601/head
Nicholas Marriott 2019-02-06 14:45:19 +00:00
parent c42e89a598
commit bdb7e48cba
1 changed files with 1 additions and 1 deletions

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