From 00290319af32678a35788f3476ebc4c8339133c1 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov Date: Mon, 31 May 2010 19:51:20 +0400 Subject: [PATCH] disable path replace (eterbug #5629) --- etersoft/scripts/wine.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etersoft/scripts/wine.in b/etersoft/scripts/wine.in index 01b5c96db8..796d65a4c9 100644 --- a/etersoft/scripts/wine.in +++ b/etersoft/scripts/wine.in @@ -507,5 +507,6 @@ if [ -n "$1" ] && [ -f "$WINEPROGRAMUNIXPATH" ] ; then fi fi -run_wine $(args_to_winpath "$@") +#run_wine $(args_to_winpath "$@") +run_wine "$@" -- 2.33.8