[Wine-patches] ies4linux: Redirect winepath error output to /dev/null (fix eterbug #2652)
Konstantin Kondratyuk
=?iso-8859-1?q?kondratyuk_=CE=C1_etersoft=2Eru?=
Пт Окт 17 12:49:30 MSD 2008
--
Best regards,
Konstantin Kondratyuk.
----------- следующая часть -----------
From f48fa899e86f26c7cdf055bf4fdb1b4dbf95d2bc Mon Sep 17 00:00:00 2001
From: Konstantin Kondratyuk <kondratyuk на etersoft.ru>
Date: Fri, 17 Oct 2008 12:41:35 +0400
Subject: [PATCH] ies4linux: Redirect winepath error output to /dev/null (fix eterbug #2652)
---
etersoft/ies4linux/lib/install.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/etersoft/ies4linux/lib/install.sh b/etersoft/ies4linux/lib/install.sh
index b33601d..d8b62a3 100644
--- a/etersoft/ies4linux/lib/install.sh
+++ b/etersoft/ies4linux/lib/install.sh
@@ -40,8 +40,8 @@
echo -n " "
cd "$BASEDIR/$DRIVEC/ies4linux-InstallDirectory/tmp"
# echo "Install $SCR56"
- WINDIR=`winepath -w $DIR`
- WINDOWNLOADDIR=`winepath -w $DOWNLOADDIR`
+ WINDIR=`winepath -w $DIR 2>/dev/null`
+ WINDOWNLOADDIR=`winepath -w $DOWNLOADDIR 2>/dev/null`
CABS="ADVAUTH.CAB CRLUPD.CAB HHUPD.CAB IEDOM.CAB IE_S1.CAB IE_S2.CAB IE_S3.CAB \
IE_S4.CAB IE_S5.CAB IE_S6.CAB $SCR56.CAB SETUPW95.CAB VGX.CAB"
for cab in $CABS; do
--
1.5.6.5.GIT
Подробная информация о списке рассылки Wine-patches