mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
* lib/edit.indent.rc: Use "#! /bin/sh"
* lib/edit.spell.rc: Likewise. * lib/mcserv.init: Likewise.
This commit is contained in:
parent
14f1557b8c
commit
f04c521675
@ -1,5 +1,9 @@
|
|||||||
2002-02-21 Andrew V. Samoilov <kai@cmail.ru>
|
2002-02-21 Andrew V. Samoilov <kai@cmail.ru>
|
||||||
|
|
||||||
|
* lib/edit.indent.rc: Use "#! /bin/sh"
|
||||||
|
* lib/edit.spell.rc: Likewise.
|
||||||
|
* lib/mcserv.init: Likewise.
|
||||||
|
|
||||||
* lib/cedit.menu: Eliminate bashisms.
|
* lib/cedit.menu: Eliminate bashisms.
|
||||||
Add missed `:' in AUTHOR evaluation.
|
Add missed `:' in AUTHOR evaluation.
|
||||||
Unset LANGUAGE and make LC_ALL empty.
|
Unset LANGUAGE and make LC_ALL empty.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#! /bin/sh
|
||||||
# *** External Formatter (Indenter) for key F19 cooledit.
|
# *** External Formatter (Indenter) for key F19 cooledit.
|
||||||
# args:
|
# args:
|
||||||
# $1 - edit file name
|
# $1 - edit file name
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#! /bin/sh
|
||||||
# *** External Spell Checker for Cooledit.
|
# *** External Spell Checker for Cooledit.
|
||||||
# arguments:
|
# arguments:
|
||||||
# $1 - edit file name
|
# $1 - edit file name
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#! /bin/sh
|
||||||
#
|
#
|
||||||
# skeleton Example file to build /etc/init.d scripts.
|
# skeleton Example file to build /etc/init.d scripts.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user