From d6df0ac71710cb3a1cd3b54964373eddbe1a9af0 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 21 Mar 2006 12:01:12 +0100 Subject: [PATCH] winewrapper: Remove explicit call to wineprefixcreate. Now that wineprefixcreate detects the build tree automatically, the standard behavior of starting it from ntdll should work fine. --- tools/winewrapper | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/winewrapper b/tools/winewrapper index c958b60c391..7c49b3835b7 100755 --- a/tools/winewrapper +++ b/tools/winewrapper @@ -97,13 +97,6 @@ then . $topdir/.winewrapper fi -# create prefix directory if needed - -if [ -z "$WINEPREFIX" -a ! -d "$HOME/.wine" ] -then - "$topdir/tools/wineprefixcreate" --use-wine-tree "$topdir" -fi - # and run the application case "$0" in