Changelog: Bring wineinstall in sync regarding expansion of environment variables in the config file. Vincent
Index: wine/tools/wineinstall =================================================================== RCS file: /home/wine/wine/tools/wineinstall,v retrieving revision 1.57 diff -u -r1.57 wineinstall --- wine/tools/wineinstall 30 Jul 2003 03:43:55 -0000 1.57 +++ wine/tools/wineinstall 2 Sep 2003 01:28:43 -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