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:
5e9223b
)
winetricks: fix wine output
author
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 3 Aug 2009 10:08:11 +0000
(14:08 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Tue, 4 Aug 2009 08:49:02 +0000
(12:49 +0400)
etersoft/scripts/winetricks
patch
|
blob
|
blame
|
history
diff --git
a/etersoft/scripts/winetricks
b/etersoft/scripts/winetricks
index 6d0dd3677bfab611e29d78b7cf1e4dd3441a1a1e..e5525d9aac027a084d8af07783042a9e457afaaa 100755
(executable)
--- a/
etersoft/scripts/winetricks
+++ b/
etersoft/scripts/winetricks
@@
-56,7
+56,7
@@
die() {
if [ -x "`which "$WINE"`" ]
then
# run wine to assure we already create .wine
- wine >/dev/null
+ wine >/dev/null
2>/dev/null
else
die "Cannot find wine ($WINE)"
fi