Same for the other script.
This commit is contained in:
parent
635ea16a29
commit
f19e747985
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
## gajim
|
## gajim
|
||||||
##
|
##
|
||||||
## Contributors for this file:
|
## Contributors for this file:
|
||||||
|
@ -32,4 +32,4 @@ PYTHON_EXEC=@PYTHON@
|
||||||
|
|
||||||
cd ${datadir}/gajim/src
|
cd ${datadir}/gajim/src
|
||||||
export PYTHONPATH="$PYTHONPATH:@LIBDIR@/gajim"
|
export PYTHONPATH="$PYTHONPATH:@LIBDIR@/gajim"
|
||||||
exec -a gajim ${PYTHON_EXEC} -OO gajim.py $@
|
exec ${PYTHON_EXEC} -OO gajim.py $@
|
||||||
|
|
Loading…
Reference in New Issue