From a66e40d67a2c78d2b09507ab570fadff300f8047 Mon Sep 17 00:00:00 2001 From: ceros7 <ceros7@svn> Date: Sat, 5 Dec 2009 06:00:59 +0000 Subject: Also send stderr from svnversion to trash. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25300 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 43be541724..e2453def43 100644 --- a/configure.in +++ b/configure.in @@ -893,7 +893,7 @@ fi if ! test -n "$SVN_REV" -a "$SVN_REV" != "" ; then if test "$HAVE_SVNVERSION" = "yes" ; then - SVN_REV=$(echo -n `svnversion -c 2>&1 | grep -iv ^exported | sed -e 's/.*\://'`) + SVN_REV=$(echo -n `svnversion -c 2>/dev/null | grep -iv ^exported | sed -e 's/.*\://'`) fi if test "$SVN_REV" = ""; then if test "$HAVE_GIT" = "yes"; then -- cgit v1.2.3