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

This commit is contained in:
Yann Leboulanger 2006-08-30 07:44:33 +00:00
parent 6fe8efff64
commit 9b55075f1d
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
cd `dirname $0`/src
exec -a gajim python -OOt gajim.py $@

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
## gajim
##
## Contributors for this file: