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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
