From f218f0224e7595762faae9c9b3aed099369dddb1 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 5 Nov 2002 18:46:10 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ lib/mc-wrapper.csh.in | 2 -- lib/mc-wrapper.sh.in | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9ea9a3bc..2d88bd3f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-11-05 Pavel Roskin + + * 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 * configure.in: Don't substitute mc.sh and mc.csh - it's now diff --git a/lib/mc-wrapper.csh.in b/lib/mc-wrapper.csh.in index 226592756..468b16d25 100644 --- a/lib/mc-wrapper.csh.in +++ b/lib/mc-wrapper.csh.in @@ -1,5 +1,3 @@ -#! /bin/csh - if ($?TMPDIR) then setenv MC_PWD_FILE $TMPDIR/mc-$USER/mc.pwd.$$ else diff --git a/lib/mc-wrapper.sh.in b/lib/mc-wrapper.sh.in index c286ebb61..b1fd5865b 100644 --- a/lib/mc-wrapper.sh.in +++ b/lib/mc-wrapper.sh.in @@ -1,5 +1,3 @@ -#! /bin/sh - MC_PWD_FILE="${TMPDIR-/tmp}/mc-$USER/mc.pwd.$$" @bindir@/mc -P "$MC_PWD_FILE" "$@"