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:
authorStephan Erb <steve-e@h3c.de>2008-05-20 00:03:22 +0400
committerStephan Erb <steve-e@h3c.de>2008-05-20 00:03:22 +0400
commit304da5e2529ef77f78ec1a941a3fdd7b6d1bd5e7 (patch)
tree4ab9495f7f2d6df53415f05ecedeff1aca3d81d3 /launch.sh
parentea00e4d9331ff71e895a3892942a03ad20dacb00 (diff)
Enable assertions to catch errors early.
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 e97a2fe84..cfaf9cd68 100755
--- a/launch.sh
+++ b/launch.sh
@@ -15,4 +15,4 @@ if [ "x${OS}" == "xDarwin" ]; then
fi
cd ${BASE}/src
-exec -a gajim python -OOt gajim.py $@
+exec -a gajim python -t gajim.py $@