mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +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>
|
||||
|
||||
* lib/edit.indent.rc: Use "#! /bin/sh"
|
||||
* lib/edit.spell.rc: Likewise.
|
||||
* lib/mcserv.init: Likewise.
|
||||
|
||||
* lib/cedit.menu: Eliminate bashisms.
|
||||
Add missed `:' in AUTHOR evaluation.
|
||||
Unset LANGUAGE and make LC_ALL empty.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
# *** External Formatter (Indenter) for key F19 cooledit.
|
||||
# args:
|
||||
# $1 - edit file name
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
# *** External Spell Checker for Cooledit.
|
||||
# arguments:
|
||||
# $1 - edit file name
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
#
|
||||
# skeleton Example file to build /etc/init.d scripts.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user