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:
authorYann Leboulanger <asterix@lagaule.org>2006-08-29 20:11:23 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-08-29 20:11:23 +0400
commit6e524e0b4fee2aca3d7bb222d26f768870d97f5e (patch)
tree0bb127dd377d0b157b8ee3e2595e41937aa42417 /launch.sh
parent419925689b0a4a6252abc8cb97c77e1181642be5 (diff)
[zloygod] ps aux now shows gajim, and killall gajim works. Fixes #1620
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 e533dded4..a048599f9 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,3 +1,3 @@
#!/bin/sh
cd `dirname $0`/src
-exec python -OOt gajim.py $@
+exec -a gajim python -OOt gajim.py $@