ALT Linux Bugzilla
– Attachment 441 Details for
Bug 1650
mc-wrapper.sh error
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Новый вариант wrapper-скрипта
mc-wrapper.sh (text/plain), 318 bytes, created by
Vitaly Lipatov
on 2004-06-21 20:06:26 MSD
(
hide
)
Description:
Новый вариант wrapper-скрипта
Filename:
MIME Type:
Creator:
Vitaly Lipatov
Created:
2004-06-21 20:06:26 MSD
Size:
318 bytes
patch
obsolete
>#!/bin/sh >if MC_PWD_FILE=`mktemp ${TMPDIR-/tmp}/mc.pwd.XXXXXXXXXX`; then > rm -f "$MC_PWD_FILE" > /usr/bin/mc -P "$MC_PWD_FILE" "$@" > > if test -r "$MC_PWD_FILE"; then > MC_PWD="`cat $MC_PWD_FILE`" > test -d "$MC_PWD" && cd "$MC_PWD" > unset MC_PWD > fi > > rm -f "$MC_PWD_FILE" > unset MC_PWD_FILE >else > /usr/bin/mc "$@" >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1650
: 441