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