Finish to convert wineinstall to %DOS% style vars in config

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
wineinstall used a Unix-style environment variable in a temporary config
file.

And I already sent a fix for the first part of that same line already...
sigh...

Vincent
Index: tools/wineinstall
===================================================================
RCS file: /home/wine/wine/tools/wineinstall,v
retrieving revision 1.58
diff -u -r1.58 wineinstall
--- tools/wineinstall	2 Sep 2003 18:16:51 -0000	1.58
+++ tools/wineinstall	8 Sep 2003 15:39:39 -0000
@@ -620,7 +620,7 @@
 
   # Make sure we are on a Windows drive
   mv $LCONF $LCONF.orig
-  sed "s/\"Path\" = \"%HOME%\"$/\"Path\" = \"\${PWD}\"/" $LCONF.orig> $LCONF
+  sed "s/\"Path\" = \"%HOME%\"$/\"Path\" = \"%PWD%\"/" $LCONF.orig> $LCONF
 
   echo "Installing default Wine registry entries..."
   echo

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux