On Mon, Aug 7, 2017 at 6:18 PM, Johannes Schindelin
<johannes.schinde...@gmx.de> wrote:
> The POSIX standard only requires the `read` builtin to handle `-r`:
> http://pubs.opengroup.org/onlinepubs/9699919799/utilities/read.html
>
> However, Bash introduced the option `-d <DELIM>` to override IFS for
> just one invocation, and it is quite useful.
>
> It is also super easy to implement in BusyBox' ash, so let's do that.
>
> The motivation: This option is used by Git's test suite.
>
> Signed-off-by: Johannes Schindelin <johannes.schinde...@gmx.de>

Can you wrap the change within a macro conditional like #if BASH_READ_D ?
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to