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
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