diff options
author | ceros7 <ceros7@svn> | 2009-12-05 06:00:59 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2009-12-05 06:00:59 +0000 |
commit | a66e40d67a2c78d2b09507ab570fadff300f8047 (patch) | |
tree | f78efea2c4ac55e020cdcd13bd235996c4b46993 | |
parent | c6e35d536e1ad817fd4e0b7c58404c5d79895a9b (diff) |
Also send stderr from svnversion to trash.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25300 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |