fix argument calling in launchers. Fixes #4847. See #4819

This commit is contained in:
Yann Leboulanger 2009-03-01 16:20:22 +00:00
parent eb9580e985
commit aff4e444f6
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ PYTHON_EXEC=@PYTHON@
cd ${datadir}/src
export PYTHONPATH="$PYTHONPATH:@LIBDIR@/gajim"
exec ${PYTHON_EXEC} -OO $APP.py $@
exec ${PYTHON_EXEC} -OO $APP.py "$@"