Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-06-30 Thread Dmitry V. Levin
On Wed, Jun 23, 2021 at 12:57:01AM -0400, Jacob Bachmeyer wrote: > "Dmitry V. Levin" writes: > > On Wed, May 26, 2021 at 09:26:02PM -0400, Jacob Bachmeyer wrote: > >> This patch series tidies config.guess and reverts to classic backtick > >> command substitutions. This is a respin after the earli

Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-06-23 Thread Dmitry V. Levin
On Wed, Jun 23, 2021 at 12:57:01AM -0400, Jacob Bachmeyer wrote: > "Dmitry V. Levin" writes: > > On Wed, May 26, 2021 at 09:26:02PM -0400, Jacob Bachmeyer wrote: > >> This patch series tidies config.guess and reverts to classic backtick > >> command substitutions. This is a respin after the earli

Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-06-22 Thread Jacob Bachmeyer
"Dmitry V. Levin" writes: > On Wed, May 26, 2021 at 09:26:02PM -0400, Jacob Bachmeyer wrote: >> This patch series tidies config.guess and reverts to classic backtick >> command substitutions. This is a respin after the earlier series >> proved difficult to properly review. > > The series looks g

Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-06-22 Thread Dmitry V. Levin
On Wed, May 26, 2021 at 09:26:02PM -0400, Jacob Bachmeyer wrote: > This patch series tidies config.guess and reverts to classic backtick > command substitutions. This is a respin after the earlier series > proved difficult to properly review. The series looks good to me, but since GNU config is c

Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-05-27 Thread Jacob Bachmeyer
Zack Weinberg wrote: On Wed, May 26, 2021 at 10:42 PM Jacob Bachmeyer wrote: Jacob Bachmeyer wrote: [...] Jacob Bachmeyer (8): config.guess: use intermediate variable with uname results config.guess: manual fixups after previous automatic patch config.guess: remove unneeded quote

Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-05-27 Thread Zack Weinberg
On Wed, May 26, 2021 at 10:42 PM Jacob Bachmeyer wrote: > Jacob Bachmeyer wrote: > > [...] > > Jacob Bachmeyer (8): > > config.guess: use intermediate variable with uname results > > config.guess: manual fixups after previous automatic patch > > config.guess: remove unneeded quotes and facto

Re: [PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-05-26 Thread Jacob Bachmeyer
Jacob Bachmeyer wrote: [...] Jacob Bachmeyer (8): config.guess: use intermediate variable with uname results config.guess: manual fixups after previous automatic patch config.guess: remove unneeded quotes and factor command substitutions config.guess: automatic fixups after previous autom

[PATCH v2 0/8] restore compatibility with pre-POSIX shells in config.guess

2021-05-26 Thread Jacob Bachmeyer
This patch series tidies config.guess and reverts to classic backtick command substitutions. This is a respin after the earlier series proved difficult to properly review. Quotes while forming the output are pointless, since no valid GNU configuration tuple contains whitespace, therefore no varia