mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Redirect which stderr.
This commit is contained in:
parent
c42e89a598
commit
bdb7e48cba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user