* lib/edit.indent.rc: Use "#! /bin/sh"

* lib/edit.spell.rc: Likewise.
* lib/mcserv.init: Likewise.
This commit is contained in:
Andrew V. Samoilov 2002-02-21 14:18:46 +00:00
parent 14f1557b8c
commit f04c521675
4 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.
# #