[PATCH] gen_build_files.sh: Remove bashisms

Natanael Copa natanael.copa at gmail.com
Mon May 17 11:30:59 UTC 2010


On Sat, May 15, 2010 at 9:10 PM, Denys Vlasenko
<vda.linux at googlemail.com> 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


More information about the busybox mailing list