mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Set the default value for POWERLINE_TMUX_EXE
This commit is contained in:
parent
1445b5a655
commit
8fff21d77b
@ -38,8 +38,10 @@ test_tmux() {
|
|||||||
if test -z "$POWERLINE_TMUX_EXE" && test -d tests/bot-ci/deps/tmux ; then
|
if test -z "$POWERLINE_TMUX_EXE" && test -d tests/bot-ci/deps/tmux ; then
|
||||||
for tmux in tests/bot-ci/deps/tmux/tmux-*/tmux ; do
|
for tmux in tests/bot-ci/deps/tmux/tmux-*/tmux ; do
|
||||||
export POWERLINE_TMUX_EXE="$PWD/$tmux"
|
export POWERLINE_TMUX_EXE="$PWD/$tmux"
|
||||||
|
test_tmux || true
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
export POWERLINE_TMUX_EXE="${POWERLINE_TMUX_EXE:-tmux}"
|
||||||
test_tmux || true
|
test_tmux || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user