* lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this

script is not meant to be executed by the kernel.  This also
eliminates dependency of the RPM package on csh.
* lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
This commit is contained in:
Pavel Roskin 2002-11-05 18:46:10 +00:00
parent 21b5823b5d
commit f218f0224e
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2002-11-05 Pavel Roskin <proski@gnu.org>
* lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
script is not meant to be executed by the kernel. This also
eliminates dependency of the RPM package on csh.
* lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
2002-11-01 Pavel Roskin <proski@gnu.org>
* configure.in: Don't substitute mc.sh and mc.csh - it's now

View File

@ -1,5 +1,3 @@
#! /bin/csh
if ($?TMPDIR) then
setenv MC_PWD_FILE $TMPDIR/mc-$USER/mc.pwd.$$
else

View File

@ -1,5 +1,3 @@
#! /bin/sh
MC_PWD_FILE="${TMPDIR-/tmp}/mc-$USER/mc.pwd.$$"
@bindir@/mc -P "$MC_PWD_FILE" "$@"