http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14fc98d
)
disable path replace (eterbug #5629)
author
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 31 May 2010 15:51:20 +0000
(19:51 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 31 May 2010 15:51:38 +0000
(19:51 +0400)
etersoft/scripts/wine.in
patch
|
blob
|
blame
|
history
diff --git
a/etersoft/scripts/wine.in
b/etersoft/scripts/wine.in
index 01b5c96db8136c6622fca49f57445ebc0063ce00..796d65a4c9abddeb72ffa2cf3f302c691a5f163e 100644
(file)
--- 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 "$@"