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:
ZyX 2014-08-24 19:57:54 +04:00
parent d7a674deaa
commit 45d2053053
1 changed files with 1 additions and 1 deletions

View File

@ -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