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

launch and gajim bash script now call gajim.py with arguments

parent a1c387e9
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ RUN GAJIM
gajim
or if you didn't 'make install' you can also run from gajim folder with
./launch.sh (or if you want to pass extra parameters cd src/; gajim.py)
./launch.sh
If you want to see the xml stanzas and/or help us debugging
......
cd src
./gajim.py
./gajim.py $@
......@@ -23,4 +23,4 @@ fi
cd PREFIX/share/gajim/src
export PYTHONPATH="$PYTHONPATH:PREFIX/lib/gajim"
python -OO gajim.pyo
python -OO gajim.pyo $@
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