[MPlayer-dev-eng] [PATCH] possibly wrong use of tr in vidix check

Ismail Dönmez ismail at pardus.org.tr
Thu Jun 7 15:33:05 CEST 2007


On Thursday 07 June 2007 01:44:29 Nico Sabbi wrote:
> tr seems to be used incorrectly in the vidix check in configure.
> Attached patch fixes my problem (untranslated lowercases).
> If no one objects I'll commit it tomorrow.
>
> 	Nico

Makes no difference here :

[~]> echo abc | tr [a-z] [A-Z]
ABC

[~]> echo abc | tr '[a-z]' '[A-Z]'
ABC

[~]> tr --version
tr (GNU coreutils) 6.9

/ismail

-- 
Perfect is the enemy of good
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070607/4822be0e/attachment.pgp>


More information about the MPlayer-dev-eng mailing list