]> git.ipfire.org Git - thirdparty/coreutils.git/commit
all: fix program name with --enable-single-binary=shebangs
authorPádraig Brady <P@draigBrady.com>
Sun, 12 Jan 2025 21:36:33 +0000 (21:36 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 12 Jan 2025 21:49:04 +0000 (21:49 +0000)
commit1e59fbf722e884ce619f14f653bad6467e190b22
tree534ca41585505ab4d6235d8f75780859e1ee00b9
parente6a1f5a4b0b235a6dd9acf91ab1ae9289fb2ebe6
all: fix program name with --enable-single-binary=shebangs

* gnulib: Pick up gnulib commit f11caad4fd which ensures
we diagnose the actual utility name, and not just "coreutils"
when in single binary mode.  This adjustment is required
since gnulib commit 959152ba37 which enforced use of gnulib's
error() once verror is used, and gnulib's error() always
outputs the base name of the command, which the new gnulib
commit now keeps up to date.
gnulib