tags 850505 + patch
thanks

Hi lumin,

> I plan to fix this in the Stretch+1 cycle.

Aw, why not in this cycle? The change should be fairly trivial:

- find chinese.d -type f -name '*.dat' -exec cat '{}' \; >> chinese
+ find chinese.d -type f -name '*.dat' -print0 | LC_ALL=C sort -z | xargs -0r 
cat

(or similar)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to