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