use bash instead of sh because -a is a bash specific option. fixes #1620
This commit is contained in:
parent
6fe8efff64
commit
9b55075f1d
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
cd `dirname $0`/src
|
||||
exec -a gajim python -OOt gajim.py $@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
## gajim
|
||||
##
|
||||
## Contributors for this file:
|
||||
|
|
Loading…
Reference in New Issue