[Bug 577] Changed - messup in ./tools/wineinstall -- hangs/dies

wine-bugs at winehq.com wine-bugs at winehq.com
Wed Apr 17 00:47:26 CDT 2002


http://bugs.codeweavers.com/show_bug.cgi?id=577

*** shadow/577	Tue Apr 16 04:27:35 2002
--- shadow/577.tmp.1641	Wed Apr 17 00:47:25 2002
***************
*** 9,15 ****
  +----------------------------------------------------------------------------+
  |  Assigned To: wine-bugs at winehq.com                                         |
  |  Reported By: sgeier at caltech.edu                                           |
- |      CC list: Cc:                                                          |
  +----------------------------------------------------------------------------+
  |    Milestone: TargetMilestone: ---                                         |
  |          URL:                                                              |
--- 9,14 ----
***************
*** 35,37 ****
--- 34,56 ----
   
  I did a "make install" by hand at that point and it seems mostly OK. Buncha stuff still buggy, but I'll do a 
  real bug-report for that...
+ 
+ ------- Additional Comments From tony_lambregts at telusplanet.net  2002-04-17 00:47 -------
+ I have played around with this for a while and can confirm this is a bug 
+ CROOT=`sed -n '/^\[Drive C\]$/,/^\[.*\]$/ s/^Path=\(.*\)/\1/p' $CONF` 
+ should be more like
+ CROOT='sed -n '/^\[Drive C\]$/,/^\[.*\]$/ s/^\"Path\"\ =\ "\(.*\)/\1/p' $LCONF
+ 
+ A couple of problems with this change exist and I have not worked them through
+ 1. $LCONF is only for local and should we have one for global (root) or not
+ 2. it still doesn't work. I need to get rid of the trailing ". In your setup it
+ would return \dos" 
+ 
+ Mayby it would be better if it looked like this
+ 
+ CROOT='sed -n '/^\[Drive C\]$/,/^\[.*\]$/ s/^\"Path\"\ =\ \(.*\)/\1/p' $LCONF
+ 
+ then it returns "\dos"
+ 
+ Anyway I'll look into it more (Tomorrow)
+ 



More information about the wine-bugs mailing list