Skip to content
Snippets Groups Projects
Commit f19e7479 authored by js's avatar js
Browse files

Same for the other script.

parent 635ea16a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/bin/sh
## gajim
##
## Contributors for this file:
......@@ -32,4 +32,4 @@ PYTHON_EXEC=@PYTHON@
cd ${datadir}/gajim/src
export PYTHONPATH="$PYTHONPATH:@LIBDIR@/gajim"
exec -a gajim ${PYTHON_EXEC} -OO gajim.py $@
exec ${PYTHON_EXEC} -OO gajim.py $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment