Re: gnulib-tool.py: Fix errors when executing --create-megatestdir.

2024-03-07 Thread Collin Funk
On 3/7/24 3:51 AM, Bruno Haible wrote: > Indeed, when there are such typos in the code, you know that it has not > been tested. No worries. 99% of the work was done for me there. I assumed someone committed with the intent of coming back to it but forgot. Collin

Re: gnulib-tool.py: Fix errors when executing --create-megatestdir.

2024-03-07 Thread Bruno Haible
Collin Funk wrote: > This is because megasubdirs is a list. The correct call should be > ' '.join(megasubdirs). Indeed, when there are such typos in the code, you know that it has not been tested. > I've attached a patch that fixes all of these so --create-megatestdir > should work properly now.