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
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
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
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