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 e0282fd3ee70..0f05b7c6c944 100644
--- a/mingw-wine.sh
+++ b/mingw-wine.sh
@@ -27,7 +27,7 @@ export WINEDLLOVERRIDES="mscoree,mshtml="
# if MINGW_WINE_LOCK is set, only one wine process is allowed at once
if test -n "${MINGW_WINE_LOCK}"
then
- /usr/bin/lockfile-create ${WINEPREFIX}
+ /usr/bin/lockfile-create -r 100 ${WINEPREFIX}
/usr/bin/wine "$@"
/usr/bin/lockfile-remove ${WINEPREFIX}
else