Commit 8d0b4ea5 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Bring wineinstall in sync regarding expansion of environment variables

in the config file.
parent da8b582c
......@@ -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