On 09/06/2010 05:18 PM, Stefano Lattarini wrote:
This is mostly a cosmetic/consistency patch. I hope you'll find it worth applying nonetheless.Regards, Stefano -*-*- Internationalization tests: prefer `test ! -r' over `test ! -f'
test -r is non-portable. Very old shells do not support it. Ralf