summaryrefslogtreecommitdiff
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-08-24 13:45:23 (GMT)
committer Norbert Thiebaud <nthiebaud@gmail.com>2012-08-24 13:45:23 (GMT)
commitb5077b293b945edfcd84b6911a2c1b9cb234a129 (patch) (side-by-side diff)
tree9bc8de9efae427b59c1e301ace8c757c421235e7
parent9c907513be0f30d47d7fc61bf537677c63e19ba1 (diff)
downloadcore-b5077b293b945edfcd84b6911a2c1b9cb234a129.zip
core-b5077b293b945edfcd84b6911a2c1b9cb234a129.tar.gz
be quiet if there is no 'warn' file
Change-Id: I44ce29c41c914c57e5c0e4036e327447efb5b26b
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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: