projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf9471
)
Cope with localized Subversion clients.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 29 Jul 2006 21:43:24 +0000
(21:43 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 29 Jul 2006 21:43:24 +0000
(21:43 +0000)
Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk
version.sh
patch
|
blob
|
history
diff --git
a/version.sh
b/version.sh
index 4721a711be7068c3d4131b5acd5f1359a8c33107..d1090f656dc6987d2fb33cde7a65b2e2b9c85a80 100755
(executable)
--- a/
version.sh
+++ b/
version.sh
@@
-1,6
+1,6
@@
#!/bin/sh
-svn_revision=`cd "$1" && svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
+svn_revision=`cd "$1" &&
LANG=C
svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
test $svn_revision || svn_revision=UNKNOWN
NEW_REVISION="#define FFMPEG_VERSION \"SVN-r$svn_revision\""