* 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.
Этот коммит содержится в:
родитель
21b5823b5d
Коммит
f218f0224e
@ -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
|
||||
|
@ -1,5 +1,3 @@
|
||||
#! /bin/csh
|
||||
|
||||
if ($?TMPDIR) then
|
||||
setenv MC_PWD_FILE $TMPDIR/mc-$USER/mc.pwd.$$
|
||||
else
|
||||
|
@ -1,5 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
MC_PWD_FILE="${TMPDIR-/tmp}/mc-$USER/mc.pwd.$$"
|
||||
@bindir@/mc -P "$MC_PWD_FILE" "$@"
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user