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