[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#219765: Languagechooser 1.03 dies on mipsel



Karsten Merker wrote:
> > The code actually goes:
> > echo $LANG $LC_CTYPE | grep -q UTF-8
> > if [ $? ] ; then
> > ...
> 
> That was the original case, which also did not work. The code I cited
> above is the current state in cvs.
> 
> > if this fails, try the variant
> > if `echo $LANG $LC_CTYPE | grep -q UTF-8 ` ; then
> 
> Interestingly, this variant does not cause languagechooser to crash.
> JoeyH, is it ok if I check this one-liner into the CVS? It makes d-i
> on mipsel (at least partially, see below) usable and should not have
> any negative impact on other architectures.

Of course it's fine. If I were you I would try to narrow it down to a
test case that can run on busybox ash and file a bug on busybox-cvs as
well, since it seems it must be rather broken on your architecture.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: