WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
90 stars 20 forks source link

Linux globbing #150

Open burner1024 opened 5 years ago

burner1024 commented 5 years ago

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.

FredrikLindgren commented 5 years ago

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.