Skip to content
Snippets Groups Projects
Commit f15ec68a authored by js's avatar js
Browse files

This fixes the problem that we can't get the python path using

sys.executable.
parent 34d7aacd
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/bin/sh
if [[ $0 == /* ]]; then
BASE=`dirname $0`
else
......@@ -15,4 +15,4 @@ if [ "x${OS}" == "xDarwin" ]; then
fi
cd ${BASE}/src
exec -a gajim python -t gajim.py $@
exec python2.5 -t 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