summarylogtreecommitdiffstats
path: root/th07.sh
diff options
context:
space:
mode:
Diffstat (limited to 'th07.sh')
-rw-r--r--th07.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/th07.sh b/th07.sh
index 998d43fe29c9..8021bbabd137 100644
--- a/th07.sh
+++ b/th07.sh
@@ -1,6 +1,6 @@
#!/bin/bash
export WINEPREFIX="$HOME/.th07/wine"
-export WINEDLLOVERRIDES="mshtml="
+export WINEDLLOVERRIDES="mscoree=;mshtml="
if [ ! -d "$HOME"/.th07 ] ; then
mkdir -p "$HOME"/.th07/wine || exit 1