mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-19 10:15:48 +02:00
stdbuf: fix helper lib identification on some platforms
* src/stdbuf.c (main): Pass the path of `stdbuf` rather than the command it's running to the search function. This is significant on platforms without /proc/self/exe Reported by Bruno Haible
This commit is contained in:
@@ -354,7 +354,7 @@ main (int argc, char **argv)
|
||||
|
||||
/* Try to preload libstdbuf first from the same path as
|
||||
stdbuf is running from. */
|
||||
set_program_path (argv[0]);
|
||||
set_program_path (program_name);
|
||||
if (!program_path)
|
||||
program_path = xstrdup (PKGLIBDIR); /* Need to init to non NULL. */
|
||||
set_LD_PRELOAD ();
|
||||
|
||||
Reference in New Issue
Block a user