root/tags/gajim-0.11.4/launch.sh

Revision 6694, 70 bytes (checked in by asterix, 2 years ago)

use bash instead of sh because -a is a bash specific option. fixes #1620

  • Property svn:executable set to *
Line 
1#!/bin/bash
2cd `dirname $0`/src
3exec -a gajim python -OOt gajim.py $@
Note: See TracBrowser for help on using the browser.