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 \
|
||||
$PWD/scripts/powerline \
|
||||
$PWD/scripts/powerline-render \
|
||||
"$PYTHON $PWD/client/powerline.py" \
|
||||
$PWD/client/powerline.py \
|
||||
$PWD/client/powerline.sh
|
||||
do
|
||||
case "$POWERLINE_COMMAND" in
|
||||
|
|
Loading…
Reference in New Issue