Fix locale with svnversion, #140 thanks to Matthias Schwarzott.

This commit is contained in:
Roy Marples 2009-01-14 14:32:56 +00:00
parent 5208a1de29
commit 30a7a3a9bf

View File

@ -45,7 +45,7 @@ include ${MK}/${MKPAM}.mk
_SVNVER_SH= ret=""; \
if type svnversion >/dev/null 2>&1; then \
svnver="$$(svnversion)"; \
svnver="$$(LC_ALL=C svnversion)"; \
[ "$${svnver}" != exported ] && ret="-svn-$${svnver}"; \
fi; \
echo "$${ret}";