Pádraig Brady wrote: > > Can you describe the circumstances where you observed the discrepancy? > > It impacts the tests when we `./configure --enable-single-binary=shebangs`.
Oh, I see. In this case, 'cp' for example is an executable script #!<PREFIX>/bin/coreutils --coreutils-prog-shebang=cp This case with shebangs is not tested by gnulib. If you want to avoid similar breakage in the future, it would be a good idea to add a unit test for this case to gnulib. Bruno