Skip to content
Snippets Groups Projects
Commit f8030b44 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

use $PYTHON in launch.sh

parent 247f537a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ ! $PYTHON ]; then
PYTHON="python";
fi
cd "$(dirname $0)/src"
exec python -OOt gajim.py "$@"
exec $PYTHON -OOt gajim.py "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment