From c35e2431a95205ece7324ac6d41fab6faebb1926 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov Date: Mon, 22 Mar 2010 18:12:21 +0300 Subject: [PATCH] enable error output for wine-glibc --version --- etersoft/scripts/wine.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etersoft/scripts/wine.in b/etersoft/scripts/wine.in index c16cf539e4..a8df0e9997 100644 --- a/etersoft/scripts/wine.in +++ b/etersoft/scripts/wine.in @@ -308,7 +308,7 @@ update_wine() cd "$CROOT/$WINTEMP" step_progress - $WINELOADER --version >/dev/null 2>/dev/null || fatal "$WINELOADER is broken on this system. Check for use appropriate OS distribution" + $WINELOADER --version >/dev/null || fatal "$WINELOADER is broken on this system. Check for use appropriate OS distribution" echo "Run ${WINECONFDIR}/script.d/*.sh.pre scripts..." export DEV=${DEVDIR} -- 2.33.8