On Fri, Oct 21, 2022 at 3:36 AM Laslo Hunhold <[email protected]> wrote: > > On Thu, 20 Oct 2022 19:18:42 -0400 > Steve Ward <[email protected]> wrote: > > Dear Steve, > > > If you want to stick with git, the mkdir, cp, tar, and rm commands > > could be replaced with: > > git archive --prefix lchat-$(VERSION)/ HEAD | gzip > > > lchat-$(VERSION).tar.gz > > this would add an implicit dependency on git, though. > > With best regards > > Laslo >
Understood. But in the original patch there's a call to git in a subshell.
