mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* lib/mc.csh.in: Update to use the new -P option. This script
has absolutely no protection against special symbols in directory names and lacks TMPDIR support.
This commit is contained in:
parent
9b75f6df97
commit
cca4ac1b16
@ -1,5 +1,9 @@
|
|||||||
2002-10-31 Pavel Roskin <proski@gnu.org>
|
2002-10-31 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.csh.in: Update to use the new -P option. This script
|
||||||
|
has absolutely no protection against special symbols in
|
||||||
|
directory names and lacks TMPDIR support.
|
||||||
|
|
||||||
* lib/mc.sh.in: Update to use the new -P option.
|
* lib/mc.sh.in: Update to use the new -P option.
|
||||||
|
|
||||||
* configure.in: Displaying the install paths is too problematic
|
* configure.in: Displaying the install paths is too problematic
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
alias mc 'setenv MC `@prefix@/bin/mc -P \!*`; cd $MC; unsetenv MC'
|
alias mc 'setenv MC_PWD_FILE /tmp/mc-$USER/mc.pwd.$$; @prefix@/bin/mc -P $MC_PWD_FILE \!*; cd `cat $MC_PWD_FILE`; unsetenv MC_PWD_FILE'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user