[U-Boot] [PATCH] tools: fixed svn revision l10n-ism
Stephane Fillod
f8cfe at free.fr
Wed Jun 1 17:02:30 CEST 2011
Fixed a l10n-ism in svn revision retrieval.
Signed-off-by: Stephane Fillod <fillods at users.sf.net>
---
--- a/tools/setlocalversion
+++ b/tools/setlocalversion
@@ -31,7 +31,7 @@
fi
# Check for svn and a svn repo.
-if rev=`svn info 2>/dev/null` ; then
+if rev=`LANG=C svn info 2>/dev/null` ; then
rev=`echo "${rev}" | grep '^Revision' | awk '{print $NF}'`
printf -- '-svn%s' $rev
fi
More information about the U-Boot
mailing list