Commit 0996d0c5 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

wineinstall used a Unix-style environment variable in the temporary

config file.
parent 03f5df89
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment