Holger Levsen wrote:

> [13:16] < h01ger> https://deb.li/3jDcj / 4f9ccd0 is quite 
> straighforward, so I'd appreciate a 2nd look :)

I would guess it's some quoting issue that's cutting off the argument
prematurely; diffoscope's command-line argument parsing is involved,
but it's not especially weird. Maybe there's an errant newline, or
double quote or some variable is now empty...? Either way, I would
recommend replacing the

  nice sh -c "export […]

with

  nice sh -cx "export
            ^

… so we can see what it is actually trying to run within the schroot?


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org 🍥 chris-lamb.co.uk
       `-

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to