Re: nofork command substitution

2023-05-16 Thread Ángel
On 2023-05-15 at 13:35 -0400, Chet Ramey wrote: > There is an alternate form of command substitution: > > ${C COMMAND; } I find this description confusing, as it looks like a literal 'C'. I suggest: > There is an alternate form of command substitution: > > ${ COMMAND; } a

Re: Adding support of the z/OS platform

2023-05-16 Thread Ángel
On 2023-05-16 at 16:10 +, Igor Todorovski wrote: > Is it enough to just provide this patch location once they’re cleaned > up? I confirmed that they apply to the master branch. Please note that master is not the branch you expect it to be. You should check that they apply cleanly to the devel

`wait -n` returns 127 when it shouldn't

2023-05-16 Thread Aleksey Covacevice
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-pro

Adding support of the z/OS platform

2023-05-16 Thread Igor Todorovski
Hi there, I’m looking for advice on the best way to submit a patch to enable support of z/OS. We have a few patches here which I will be cleaning up for the next few days: https://github.com/ZOSOpenTools/bashport/tree/main/patches Is it enough to just provide this patch location once they’re c