Re: [U-Boot] [PATCH] MAKEALL: Fix case substitution for old bash

2013-03-27 Thread Allen Martin
On Fri, Mar 22, 2013 at 10:37:03AM -0700, York Sun wrote: > Bash ver 3.x doesn't support the parameter expansion with case > substitution. Use tr instead. > > Signed-off-by: York Sun Acked-by: Allen Martin > --- > Removed RFC from subject line. > > MAKEALL |2 +- > 1 file changed, 1 in

[U-Boot] [PATCH] MAKEALL: Fix case substitution for old bash

2013-03-22 Thread York Sun
Bash ver 3.x doesn't support the parameter expansion with case substitution. Use tr instead. Signed-off-by: York Sun --- Removed RFC from subject line. MAKEALL |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAKEALL b/MAKEALL index c1d8957..ac92ef6 100755 --- a/MAKEALL ++