From f15ec68ae900b83f15f6bf6883981eaff1cae6c1 Mon Sep 17 00:00:00 2001 From: js Date: Thu, 14 Aug 2008 14:02:18 +0000 Subject: This fixes the problem that we can't get the python path using sys.executable. --- launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.sh b/launch.sh index cfaf9cd68..2a3dcd8a2 100755 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,4 @@ -#!/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 $@ -- cgit v1.2.3