Skip to content
Snippets Groups Projects
Commit aff4e444 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent eb9580e9
No related branches found
No related tags found
No related merge requests found
......@@ -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 "$@"
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