diff options
| author | Aur??lio A. Heckert <aurium@gmail.com> | 2009-03-10 12:09:06 +0000 |
|---|---|---|
| committer | aurium <aurium@users.sourceforge.net> | 2009-03-10 12:09:06 +0000 |
| commit | cc6bc7e64785a866cdd08ad2503513902109df81 (patch) | |
| tree | 955099512b5eaf2742bfb8e003530c1b4c534424 | |
| parent | fix 317365: when moving in/out of defs, an object gets a new SPObject while k... (diff) | |
| download | inkscape-cc6bc7e64785a866cdd08ad2503513902109df81.tar.gz inkscape-cc6bc7e64785a866cdd08ad2503513902109df81.zip | |
correct locale for the "svn info" in "make check".
(bzr r7466)
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ |
