This website requires JavaScript.
Explore
Help
Sign In
copyleftie
/
gajim-plural
Watch
1
Star
0
Fork
You've already forked gajim-plural
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d5ac527f84
gajim-plural
/
launch.sh
4 lines
62 B
Bash
Raw
Normal View
History
Unescape
Escape
This fixes the problem that we can't get the python path using sys.executable.
2008-08-14 16:02:18 +02:00
#!/bin/sh
Fully POSIX-compliant shell scripts.
2008-08-14 21:17:53 +02:00
cd
"
$(
dirname
$0
)
/src
"
A workaround to make commands documentation easily translatable Though I consider this a major regression, as using doc-strings is a much cleaner and better solution. It requires not that big scaffolding to support it, but some of Gajim developers think otherwise.
2009-10-04 19:43:51 +02:00
exec
python -OOt gajim.py
$@