It seems that COPY globbing is not supported at all on unix systems? Is there any particular reason for that?
I guess it may be worked around with PATCH_BASH_FOR, but I think that'd be less performant?
My use case is that I want to run patches on files in override only.
I don't know. There is a ostensibly code for globbing on *nix, but it's not being compiled and may not even work. I'll see if (and when) I can straighten this out, because the current situation is ridiculous.
It seems that COPY globbing is not supported at all on unix systems? Is there any particular reason for that? I guess it may be worked around with
PATCH_BASH_FOR
, but I think that'd be less performant?My use case is that I want to run patches on files in override only.