Re: Small bug in Version 4.6.1 wrapper scripts

2008-11-05 Thread Roland Illig
Lawrence Cahoon schrieb: > Hi: > I found (and fixed, I think) a small bug in the mc-wrapper.sh file. As > delivered, the 6th line of the script is: > MC_PWD="`cat $MC_PWD_FILE`" > but I think it should be: > MC_PWD="cat `$MC_PWD_FILE`" I don't think you tested exactly this change succe

Small bug in Version 4.6.1 wrapper scripts

2008-11-05 Thread Lawrence Cahoon
Hi: I found (and fixed, I think) a small bug in the mc-wrapper.sh file. As delivered, the 6th line of the script is: MC_PWD="`cat $MC_PWD_FILE`" but I think it should be: MC_PWD="cat `$MC_PWD_FILE`" I think the same kind of problem exists in the mc-wrapper.csh file on line 1