[PATCH] make it possible to keep Config/Kbuild snippets in *.c files

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sat May 15 01:13:09 UTC 2010


On Fri, 14 May 2010, Rob Landley wrote:

> On Friday 14 May 2010 10:46:54 Cristian Ionescu-Idbohrn wrote:
> >
> > If resetting IFS is important, please do it like this instead:
> >
> > IFS='
> > '
> >
> > You'll get what you want:
> >
> > 00000000  0a                                                |.|
> >
> > without breaking anything.
> >
> >
> > Cheers,
>
> Or just #!/bin/bash and teach hush to eventually replace bash.

Neither 'or' nor 'and'.  The way to set IFS to <NL>, regardless shell
name, was, is and will (most likely) be:

IFS='
'


Cheers,

-- 
Cristian


More information about the busybox mailing list