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
#!/bin/coreutils --coreutils-prog-shebang=cp
This c
Pádraig Brady wrote:
> Updated version attached.
This patch looks good.
Bruno
On 12/01/2025 18:40, Bruno Haible wrote:
Hi Pádraig,
I noticed a discrepancy in the program name output by error(),
which looks to be due to whether the gnulib or glibc version is used.
If we use gnulib's error() it uses getprogname()
which defaults to program_invocation_short_name.
The glibc e
Hi Pádraig,
> I noticed a discrepancy in the program name output by error(),
> which looks to be due to whether the gnulib or glibc version is used.
> If we use gnulib's error() it uses getprogname()
> which defaults to program_invocation_short_name.
> The glibc error() instead uses program_invoca