Skip to content
Snippets Groups Projects
Commit d6c2c048 authored by nkour's avatar nkour
Browse files

typo and fix launch.sh

parent 5b9e8d7b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd src
./gajim.py $@
exec python -OOt gajim.py $@
......@@ -23,4 +23,4 @@ fi
cd PREFIX/share/gajim/src
export PYTHONPATH="$PYTHONPATH:PREFIXLIB/gajim"
exec python -OOt ./gajim.py $@
exec python -OOt 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