Re: Crash in hash_free_items()

2022-12-31 Thread Paul Smith
On Fri, 2022-12-30 at 11:34 +0100, Gisle Vanem wrote: > I'm using the very latest GNU-make built on Win-10 by myself. Thanks for this report. Can you please be more clear about what you mean by "the very latest"? Do you mean the latest release 4.4? Or do you mean the latest code of the head of

Re: [PATCH] Bad sed expression in bootstrap.bat

2022-12-31 Thread Paul Smith
On Mon, 2022-12-26 at 09:34 -0500, Paul Smith wrote: > > If you do this with "echo", you don't need to worry about backslash > > munging, I think, since cmd.exe's "echo" is very simple-minded, and > > just blindly copies every character, including the quotes. > > Oh... OK I will give this a try