On Sat, May 15, 2010 at 9:10 PM, Denys Vlasenko <[email protected]> wrote: > On Friday 14 May 2010 01:05, Peter Tyser wrote: >> -find -type d | while read; do >> - d="$REPLY" >> - >> +find -type d | while read d; do > > I applied this part, and changed #!/bin/sh to bash.
Please keep the #!/bin/sh and keep the scripts posix compliant. Busybox ash is more than good enough to build busybox. Please don't force us install the bloaty bash. Please! -- Natanael Copa _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
