Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-08-14 18:10:44 +0400
committerjs <js-gajim@webkeks.org>2008-08-14 18:10:44 +0400
commit635ea16a29f75d70468d0110d4caf493f43ac402 (patch)
tree0333670d84f4fd50b45e52524f6f866739ae680d
parentf15ec68ae900b83f15f6bf6883981eaff1cae6c1 (diff)
Oops. I locally changed it to python2.5 and didn't notice I commited this...
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index 2a3dcd8a2..d526d23cd 100755
--- a/launch.sh
+++ b/launch.sh
@@ -15,4 +15,4 @@ if [ "x${OS}" == "xDarwin" ]; then
fi
cd ${BASE}/src
-exec python2.5 -t gajim.py $@
+exec python -t gajim.py $@