- unix build system: fix for non-english locale, from Nicolas. fixes #975

svn path=/trunk/boinc/; revision=22660
This commit is contained in:
David Anderson 2010-11-09 18:14:15 +00:00
parent 742b032884
commit 1f6f770947
2 changed files with 6 additions and 1 deletions

View File

@ -7945,3 +7945,8 @@ David 08 Nov 2010
html/inc/
prefs.inc
David 09 Nov 2010
- unix build system: fix for non-english locale, from Nicolas. fixes #975
generate_svn_version.sh

View File

@ -16,7 +16,7 @@ else
fi
if [ "x$CMD" != "x" ]; then
$CMD | awk '/^URL/ { url = $2; }; \
LANG=C $CMD | awk '/^URL/ { url = $2; }; \
/^Rev/ { rev = $2; }; \
END { print "#define SVN_VERSION \"Repository: " url \
" Revision: " rev "\""; };' \