mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Do not specify $PYTHON when running python client
It is not needed: in the environment where it is run only python is the one linked in tests/shell/path.
This commit is contained in:
parent
d7a674deaa
commit
45d2053053
@ -255,7 +255,7 @@ if test -z "${ONLY_SHELL}" || test "x${ONLY_SHELL%sh}" != "x${ONLY_SHELL}" || te
|
|||||||
for POWERLINE_COMMAND in \
|
for POWERLINE_COMMAND in \
|
||||||
$PWD/scripts/powerline \
|
$PWD/scripts/powerline \
|
||||||
$PWD/scripts/powerline-render \
|
$PWD/scripts/powerline-render \
|
||||||
"$PYTHON $PWD/client/powerline.py" \
|
$PWD/client/powerline.py \
|
||||||
$PWD/client/powerline.sh
|
$PWD/client/powerline.sh
|
||||||
do
|
do
|
||||||
case "$POWERLINE_COMMAND" in
|
case "$POWERLINE_COMMAND" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user