Re: [PATCH] Fix double normalize-destination call

2022-10-31 Thread felix . winkelmann
> > It looks like that's actually a bug in the egg though - contrast to the > srfi-19 egg which *does* work, it has (data srf-29-bundles (files ...)) > instead. This has been fixed in the latest amb release (3.0.7). > > The attached patch fixes the double call to normalize-destination on the >

[PATCH] Fix double normalize-destination call

2022-10-31 Thread Peter Bex
Hi all, While testing my previous patch on Windows, I noticed some weird error output during the installation phase. It would say several times in a row: The filename, directory name, or volume label syntax is incorrect. If you look at the foo.install.bat file, there's calls to mkdir which