Same for the other script.

This commit is contained in:
js 2008-08-14 14:12:11 +00:00
parent 635ea16a29
commit f19e747985
1 changed files with 2 additions and 2 deletions

View File

@ -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 $@