Use python3 by default in wrapper script

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2021-04-16 16:01:26 +02:00
parent 81b0369778
commit 53916a2837
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ fi
export PYTHONPATH=".:./builddir:$PYTHONPATH"
export LOCALEDIR="data/locale"
exec python -m jack_mixer "$@"
exec "${PYTHON:-python3}" -m jack_mixer "$@"