Skip to content
Snippets Groups Projects
Commit 8d0b4ea5 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard
Browse files

Bring wineinstall in sync regarding expansion of environment variables

in the config file.
parent da8b582c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment