Re: Bash 5.1: --disable-multibyte build fix

2021-02-02 Thread Chet Ramey
On 2/1/21 6:15 PM, Marc Aurèle La France wrote: Mostly typos. Please Reply-To-All. Thanks for the report. At some point, --disable-multibyte is probably going to disappear. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippo

Bash 5.1: --disable-multibyte build fix

2021-02-01 Thread Marc Aurèle La France
Mostly typos. Please Reply-To-All. Thanks. Marc. -- --- bash-5.1/lib/glob/glob.c +++ devel-5.1/lib/glob/glob.c @@ -119,10 +119,10 @@ void udequote_pathname PARAMS((char *)); #if HANDLE_MULTIBYTE void wcdequote_pathname PARAMS((wchar_t *)); static void wdequote_pathname PARAMS((char *)); +sta