Eric Sunshine <sunsh...@sunshineco.com> writes:

> Thus printf provides all the functionality you require, and
> print_nul() function can be dropped. So:
>
>     printf '%s\0' foo bar baz
>
> is equivalent to:
>
>     print_null foo bar baz

Good eyes.  Thanks, I missed them when I looked at the patches.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to