[MPlayer-cvslog] r19255 - trunk/version.sh
diego
subversion at mplayerhq.hu
Sun Jul 30 01:30:55 CEST 2006
Author: diego
Date: Sun Jul 30 01:30:55 2006
New Revision: 19255
Modified:
trunk/version.sh
Log:
Use LC_ALL instead of LANG since the former overrides the latter.
Modified: trunk/version.sh
==============================================================================
--- trunk/version.sh (original)
+++ trunk/version.sh Sun Jul 30 01:30:55 2006
@@ -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}\""
More information about the MPlayer-cvslog
mailing list