use $PYTHON in launch.sh
This commit is contained in:
parent
d39a962157
commit
7f649c1507
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
#!/bin/sh
|
||||
if [ ! $PYTHON ]; then
|
||||
PYTHON="python";
|
||||
fi
|
||||
cd "$(dirname $0)/src"
|
||||
exec python -OOt gajim.py "$@"
|
||||
exec $PYTHON -OOt gajim.py "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue