summarylogtreecommitdiffstats
path: root/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.sh')
-rwxr-xr-xwrapper.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/wrapper.sh b/wrapper.sh
index 3d9580aac517..21c659791cfb 100755
--- a/wrapper.sh
+++ b/wrapper.sh
@@ -1,3 +1,5 @@
#!/bin/sh
+# disable wine error messages by default
+export WINEDEBUG="${WINEDEBUG:=-all}"
program=`basename "$0"`
-/usr/bin/wine "/usr/lib/qaac/${program}64.exe" "$@"
+exec /usr/bin/wine "/usr/lib/qaac/${program}64.exe" "$@"