summarylogtreecommitdiffstats
path: root/mingw-wine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-wine.sh')
-rw-r--r--mingw-wine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-wine.sh b/mingw-wine.sh
index 0f318e2ebd10..31ec78ecbcc6 100644
--- a/mingw-wine.sh
+++ b/mingw-wine.sh
@@ -6,7 +6,7 @@ mingw_prefix=/usr/@TRIPLE@
# run it in a custom WINEPREFIX to not mess with default ~/.wine
# also default prefix might be a 32 bits prefix, which will fail to run x86_64 exes
-if ! test -d "${WINEPREFIX}"
+if test -z "${WINEPREFIX}"
then
export WINEPREFIX=~/.wine-@TRIPLE@
fi