Hi Serge, On Mon, 22 Jun 2026 16:34:02 +0100 Serge Schneider <[email protected]> wrote: > The buildinfo's Environment values are interpolated verbatim into the inner > shell script, and their literal double quotes collide with the outer sh -c > "...". Wrap the whole inner script in shell_quote so the nested quotes can't > terminate the outer one early.
your observation is correct and your patch is correct as well. But I decided to approach the problem differently and refactor the code instead to make it no longer necessary to do this double-escaping in the first place. Holger just merged my WIP-commit into devscripts main. If you like, can you try out debrebuild from devscripts git and verify that it fixes the issue? Thanks! cheers, josch
signature.asc
Description: signature

