M.Canales.es wrote:
> El Domingo, 7 de Mayo de 2006 11:19, [EMAIL PROTECTED] escribió:
> 
>> I know how to get around it. However, it is a valid locale which implies
>> that it is a bug in jhalfs, hence the report.
> 
> Is en_US.UTF-8 in your "locale -a" output?
> 

It's not in mine.. just en_US.utf8.  Everything to the right of the dot
is unhyphenated lower case.

How's the following for a fix:

common/func_validate_configs.sh:245:
- [[ ! "`locale -a | grep -c ${!config_param}`" > 0 ]] &&
+ [[ `LC_ALL=${!config_param} locale charmap 2>/dev/null` = \
+    "ANSI_X3.4-1968" ]] &&

Essentially, anything invalid generates warnings that get redirected to
/dev/null and results in the return value "ANSI_X3.4-1968".

Regards,
Jeremy.
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to