From d41e0d30a73a27f17676f76113e60337a150af0c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 29 Jul 2006 21:44:32 +0000 Subject: Cope with localized Subversion clients. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19252 b3059339-0415-0410-9bf9-f77b7e298cf2 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.sh') diff --git a/version.sh b/version.sh index 74400c2f94..84c2efdd40 100755 --- a/version.sh +++ b/version.sh @@ -2,7 +2,7 @@ test "$1" && extra="-$1" -svn_revision=`svn info 2> /dev/null | grep Revision | cut -d' ' -f2` +svn_revision=`LANG=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2` test $svn_revision || svn_revision=UNKNOWN NEW_REVISION="#define VERSION \"dev-SVN-r${svn_revision}${extra}\"" -- cgit v1.2.3