Changeset 6687 for trunk/launch.sh

Show
Ignore:
Timestamp:
08/29/06 18:11:23 (2 years ago)
Author:
asterix
Message:

[zloygod] ps aux now shows gajim, and killall gajim works. Fixes #1620

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launch.sh

    r4317 r6687  
    11#!/bin/sh 
    22cd `dirname $0`/src 
    3 exec python -OOt gajim.py $@ 
     3exec -a gajim python -OOt gajim.py $@