fix scripts

This commit is contained in:
Nikos Kouremenos 2005-09-07 22:07:46 +00:00
parent cb1560effd
commit e203f79874
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
cd src
exec python -OOt gajim.py $0 $@
exec python -OOt gajim.py $@

View File

@ -23,4 +23,4 @@ fi
cd PREFIX/share/gajim/src
export PYTHONPATH="$PYTHONPATH:PREFIXLIB/gajim"
exec python -OOt gajim.py $0 $@
exec python -OOt gajim.py $@