http://bugs.codeweavers.com/show_bug.cgi?id=577
*** shadow/577 Wed Apr 17 02:39:16 2002 --- shadow/577.tmp.16059 Wed Apr 17 14:46:58 2002 *************** *** 66,68 **** --- 66,74 ---- /dos
Hope that helps... + + ------- Additional Comments From tony_lambregts@telusplanet.net 2002-04-17 14:46 ------- + changing line 581 to this seems to clear up the problem. + CROOT=`awk -F" '/[Drive C]/ {if (getline) print $4}' $LCONF` + + I will submit a patch as soon as I can.