[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot configure coreutils-9.4
From: |
Timothy Sample |
Subject: |
Re: cannot configure coreutils-9.4 |
Date: |
Tue, 05 Sep 2023 11:22:55 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hello,
Janneke Nieuwenhuizen <janneke@gnu.org> writes:
> { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5
> printf "%s\n" "$gt_cv_locale_fr" >&6; }
> LOCALE_FR=$gt_cv_locale_fr
> case $LOCALE_FR in #(
> '' | *[[:space:]\"\$\'*[]*)
> #'' | *[\"\$\'*[]*)
> { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid
> locale \"$LOCALE_FR\"; assuming \"none\"" >&5
> printf "%s\n" "$as_me: WARNING: invalid locale \"$LOCALE_FR\"; assuming
> \"none\"" >&2;}
> LOCALE_FR=none;;
> esac
Huh. First of all, that pattern looks fishy to me. (Technically it’s
okay, and Gash should handle it, but it’s very odd to have the bare
opening bracket at the end like that.) Because of that, I wonder if the
problem occurs earlier. Looking at gnulib, the "[]" at the end is
substituted in.... Either way, I will take a look and make it work.
Thanks for the report.
-- Tim