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
|
||||
''':'
|
||||
exec python -OOt "$0" ${1+"$@"}
|
||||
' '''
|
||||
#!/usr/bin/env python
|
||||
## gajim.py
|
||||
##
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue