mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* lib/mc.sh.in: remove temporary file non-interactively
* doc/mc.1.in: updated example for mc.sh
This commit is contained in:
parent
be82bd6a23
commit
5693a5b3c4
@ -1,3 +1,8 @@
|
||||
2000-09-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.sh.in: remove temporary file non-interactively
|
||||
* doc/mc.1.in: updated example for mc.sh
|
||||
|
||||
2000-09-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am: mc.spec included to noinst_DATA so that "make all"
|
||||
|
@ -70,7 +70,7 @@ mc ()
|
||||
MC=$HOME/.mc/tmp/mc-$$
|
||||
@prefix@/bin/mc -P "$@" > "$MC"
|
||||
cd "`cat $MC`"
|
||||
rm "$MC"
|
||||
rm -r "$MC"
|
||||
unset MC;
|
||||
}
|
||||
|
||||
|
@ -5,6 +5,6 @@ mc ()
|
||||
MC=$HOME/.mc/tmp/mc-$$
|
||||
@prefix@/bin/mc -P "$@" > "$MC"
|
||||
cd "`cat $MC`"
|
||||
rm "$MC"
|
||||
rm -r "$MC"
|
||||
unset MC;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user