1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-24 08:57:00 +00:00

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
This commit is contained in:
diego 2006-07-29 23:30:55 +00:00
parent ac142f0d45
commit 113e9b534b

View File

@ -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}\""