From 8d0b4ea5855310f06ab27e9d7da7e6017d46d5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Tue, 2 Sep 2003 18:16:51 +0000 Subject: [PATCH] Bring wineinstall in sync regarding expansion of environment variables in the config file. --- tools/wineinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wineinstall b/tools/wineinstall index 86c2b45bd1..458eab5e9c 100755 --- a/tools/wineinstall +++ b/tools/wineinstall @@ -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