noone does ./gajim.py anymore. so remove forcing call to python -OOt via shell
This commit is contained in:
parent
4a22f3067c
commit
72e26a5137
|
@ -1,7 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env python
|
||||||
''':'
|
|
||||||
exec python -OOt "$0" ${1+"$@"}
|
|
||||||
' '''
|
|
||||||
## gajim.py
|
## gajim.py
|
||||||
##
|
##
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue