[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 24 06:46:39 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b5077b293b945edfcd84b6911a2c1b9cb234a129
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Aug 24 08:45:23 2012 -0500

    be quiet if there is no 'warn' file
    
    Change-Id: I44ce29c41c914c57e5c0e4036e327447efb5b26b

diff --git a/configure.in b/configure.in
index 11cc958..ed3a4a1 100644
--- a/configure.in
+++ b/configure.in
@@ -12342,6 +12342,6 @@ $GNUMAKE check
 _EOF
 fi
 
-cat warn
+cat warn 2> /dev/null
 
 dnl vim:set shiftwidth=4 softtabstop=4 expandtab:


More information about the Libreoffice-commits mailing list