1 set MC_USER="`id | sed 's/[^(]*(//;s/).*//'`"
4 setenv MC_PWD_FILE $TMPDIR/mc-$MC_USER/mc.pwd.$$
6 setenv MC_PWD_FILE /tmp/mc-$MC_USER/mc.pwd.$$
9 @bindir@/mc -P "$MC_PWD_FILE" $*
11 if (-r "$MC_PWD_FILE") then
12 setenv MC_PWD "`cat '$MC_PWD_FILE'`"
13 if ( -d "$MC_PWD" ) then