Re: bug#35681: grep's ./configure doesn't work with plain /bin/sh

2019-05-13 Thread Chet Ramey
On 5/12/19 4:14 AM, L A Walsh wrote: > Is it documented somewhere that bash's minimal config is POSIX compliant? No. It's not. You need to add aliases to get basic compliance, then job control and readline/history for the User Portability Utilities option. -- ``The lyf so short, the craft so lo

Re: bug#35681: grep's ./configure doesn't work with plain /bin/sh

2019-05-12 Thread Miro Kropáček
On Sun, 12 May 2019 at 10:14, L A Walsh wrote: > Is it documented somewhere that bash's minimal config is POSIX compliant? > I'm not sure, off hand. Not sure either. The docs say: "This produces a shell with minimal features, close to the historical Bourne shell" and https://www.gnu.org/software/b

Re: bug#35681: grep's ./configure doesn't work with plain /bin/sh

2019-05-12 Thread L A Walsh
On 5/10/2019 3:49 PM, Miro Kropáček wrote: > Hi, > > I found this today by accident - it seems that grep's ./configure > doesn't work with so called minimal bash (enabled in bash's configure > via --enable-minimal-config). > > One can verify that not only by the failed ./configure process but > als