[PATCH] gen_build_files.sh: Remove bashisms

Denys Vlasenko vda.linux at googlemail.com
Sat May 15 19:10:16 UTC 2010


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.

Thanks!

-- 
vda


More information about the busybox mailing list