From: aurium Date: Tue, 10 Mar 2009 12:09:06 +0000 (+0000) Subject: correct locale for the "svn info" in "make check". X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cc5354be857aa0feda0c2db94f1376cc1fecc449;p=inkscape.git correct locale for the "svn info" in "make check". --- diff --git a/src/Makefile.am b/src/Makefile.am index 57ab82938..6c267d0f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -232,7 +232,7 @@ endif inkscape-version.cpp: $(inkscape_version_deps) VER_PREFIX="$(VERSION)"; \ if test -x "$(srcdir)/.svn" -a ! -z `which svn`; then \ - VER_SVNREV=" r`svn info $(srcdir) | sed -n -e '/^Revision:/s/Revision: \(.*\)/\1/p'`"; \ + VER_SVNREV=" r`LANG=en svn info $(srcdir) | sed -n -e '/^Revision:/s/Revision: \(.*\)/\1/p'`"; \ if test ! -z "`svn status -q $(srcdir)`"; then \ VER_CUSTOM=" custom"; \ fi; \