wineinstall used a Unix-style environment variable in the temporary

config file.
This commit is contained in:
Vincent Béron 2003-09-08 18:52:12 +00:00 committed by Alexandre Julliard
parent 03f5df8986
commit 0996d0c5c2

View file

@ -620,7 +620,7 @@ then {
# 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