typo
This commit is contained in:
parent
bd3ced933a
commit
50c14f16a8
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
''':'
|
''':'
|
||||||
exec python -OOt "$0"
|
exec python -OOt "$0" ${1+"$@"}
|
||||||
' '''
|
' '''
|
||||||
## history_manager.py
|
## history_manager.py
|
||||||
##
|
##
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
''':'
|
''':'
|
||||||
exec python -OOt "$0"
|
exec python -OOt "$0" ${1+"$@"}
|
||||||
' '''
|
' '''
|
||||||
## Contributors for this file:
|
## Contributors for this file:
|
||||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
## - Yann Le Boulanger <asterix@lagaule.org>
|
||||||
|
|
Loading…
Reference in New Issue