From 113e9b534b632f2c4791b1cec2c4dfbfb96cebf1 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 29 Jul 2006 23:30:55 +0000 Subject: Use LC_ALL instead of LANG since the former overrides the latter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19255 b3059339-0415-0410-9bf9-f77b7e298cf2 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 84c2efdd40..0720c878e1 100755 --- a/version.sh +++ b/version.sh @@ -2,7 +2,7 @@ test "$1" && extra="-$1" -svn_revision=`LANG=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2` +svn_revision=`LC_ALL=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