[U-Boot] [PATCH] tools: fixed svn revision l10n-ism

Mike Frysinger vapier at gentoo.org
Wed Jun 1 17:19:28 CEST 2011


On Wednesday, June 01, 2011 11:02:30 Stephane Fillod wrote:
> -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}'`

LANG=C wont fix the bug, just make it work in more cases.  you need LC_ALL=C.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110601/792b6cf6/attachment.pgp 


More information about the U-Boot mailing list