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:
authorNikos Kouremenos <kourem@gmail.com>2005-09-07 13:37:21 +0400
committerNikos Kouremenos <kourem@gmail.com>2005-09-07 13:37:21 +0400
commitd6c2c048cec7303f31d705923152acbaf905dd1a (patch)
treeb63a516592ff9e44eae867a66d5168caf3d22757 /launch.sh
parent5b9e8d7b2e091a40b1e6e2a45a83a10e9057693f (diff)
typo and fix launch.sh
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index e3db21aaf..7f51a6aee 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,3 +1,3 @@
#!/bin/sh
cd src
-./gajim.py $@
+exec python -OOt gajim.py $@