Re: GNU Bash 4.4 Test Discrepancy on OpenVMS

2016-10-12 Thread Eric W. Robertson
Chet, OK. No worries then. Thanks for the prompt reply and the clarification regarding when isascii() is actually needed. Regards, Eric On 10/10/2016 4:01 PM, Chet Ramey wrote: On 10/7/16 12:54 PM, Eric W. Robertson wrote: While building and testing GNU Bash 4.4 on OpenVMS, the GNU Bash

Re: forked before bash subshell

2016-10-12 Thread Greg Wooledge
On Tue, Oct 11, 2016 at 07:14:24PM -0700, s7v7nisla...@gmail.com wrote: > why bash bahavior like this? is that a bug? > > if not, why should forked before execute subshell? Because that's how subshells work. A subshell *is* a fork. > 1. the script to reproduce > bash-4.4$ cat t.sh > (cd /tmp