From 6f9d6d891d766469b87e54c8a383680efc6b1a31 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 20 Feb 2010 18:29:34 +0000 Subject: fixed configure (no svn error output) --- src/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure b/src/configure index c1528e6..3636e09 100755 --- a/src/configure +++ b/src/configure @@ -274,7 +274,7 @@ if [ "$TARGET" != "mingw" ]; then VERSION=`cat ../version` if which svn >/dev/null; then - SVN_REV=`svn info | grep "^Revision: " | awk '{print($2)}'` + SVN_REV=`svn info 2> /dev/null | grep "^Revision: " | awk '{print($2)}'` if [ -n "$SVN_REV" ]; then VERSION="$VERSION (svn$SVN_REV)" fi -- cgit v1.2.3