mirror of https://github.com/BOINC/boinc.git
- unix build system: fix for non-english locale, from Nicolas. fixes #975
svn path=/trunk/boinc/; revision=22660
This commit is contained in:
parent
742b032884
commit
1f6f770947
|
@ -7945,3 +7945,8 @@ David 08 Nov 2010
|
||||||
|
|
||||||
html/inc/
|
html/inc/
|
||||||
prefs.inc
|
prefs.inc
|
||||||
|
|
||||||
|
David 09 Nov 2010
|
||||||
|
- unix build system: fix for non-english locale, from Nicolas. fixes #975
|
||||||
|
|
||||||
|
generate_svn_version.sh
|
||||||
|
|
|
@ -16,7 +16,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$CMD" != "x" ]; then
|
if [ "x$CMD" != "x" ]; then
|
||||||
$CMD | awk '/^URL/ { url = $2; }; \
|
LANG=C $CMD | awk '/^URL/ { url = $2; }; \
|
||||||
/^Rev/ { rev = $2; }; \
|
/^Rev/ { rev = $2; }; \
|
||||||
END { print "#define SVN_VERSION \"Repository: " url \
|
END { print "#define SVN_VERSION \"Repository: " url \
|
||||||
" Revision: " rev "\""; };' \
|
" Revision: " rev "\""; };' \
|
||||||
|
|
Loading…
Reference in New Issue