On 26.06.2012 20:04, Yves Blusseau wrote:
> - echo -n " "
> + printf "%s" " "
No need for extra indirection here
printf " " should be fine.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
___
On 26.06.2012 20:04, Yves Blusseau wrote:
> Hi,
>
> The attached patch fixes the printing of help messages on platform that have
> a shell that don't support the -n option in the built-in echo command.
>
Other than the bad capitalisation in log entry, go ahead.
> Yves.
>
>
>
>