mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Redirect which stderr.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user