launch.sh calls py3

This commit is contained in:
Yann Leboulanger 2013-01-20 23:04:26 +01:00
parent d07c423b30
commit a4f9d58be5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
if [ ! $PYTHON ]; then if [ ! $PYTHON ]; then
PYTHON="python"; PYTHON="python3";
fi fi
cd "$(dirname $0)/src" cd "$(dirname $0)/src"
exec $PYTHON -OOt gajim.py "$@" exec $PYTHON -OOt gajim.py "$@"