mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
Bring wineinstall in sync regarding expansion of environment variables
in the config file.
This commit is contained in:
parent
da8b582cda
commit
8d0b4ea585
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user