Fix locale with svnversion, #140 thanks to Matthias Schwarzott.
This commit is contained in:
parent
5208a1de29
commit
30a7a3a9bf
@ -45,7 +45,7 @@ include ${MK}/${MKPAM}.mk
|
|||||||
|
|
||||||
_SVNVER_SH= ret=""; \
|
_SVNVER_SH= ret=""; \
|
||||||
if type svnversion >/dev/null 2>&1; then \
|
if type svnversion >/dev/null 2>&1; then \
|
||||||
svnver="$$(svnversion)"; \
|
svnver="$$(LC_ALL=C svnversion)"; \
|
||||||
[ "$${svnver}" != exported ] && ret="-svn-$${svnver}"; \
|
[ "$${svnver}" != exported ] && ret="-svn-$${svnver}"; \
|
||||||
fi; \
|
fi; \
|
||||||
echo "$${ret}";
|
echo "$${ret}";
|
||||||
|
Loading…
Reference in New Issue
Block a user