* elf/ldd.bash.in: When set -o pipefail is available, use that for
authorRoland McGrath <roland@gnu.org>
Wed, 8 Dec 2004 22:08:52 +0000 (22:08 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 8 Dec 2004 22:08:52 +0000 (22:08 +0000)
commitf57a3c946af8a254679a9718c54e50c2c0057694
tree6463e1fef01c687bf040095b244102c726f84760
parent77474ccd4646a58f96550325ac44cdb0e6a35e58
* elf/ldd.bash.in: When set -o pipefail is available, use that for

piping to cat; when not, don't use the pipe at all.
Pipe to cat in all cases of running the executable.
When direct running exits with code 5, retry running via ${RTLD}.
* elf/rtld.c (process_envvars): If __libc_enable_secure and
mode != normal, exit with exitcode 5.
ChangeLog
elf/ldd.bash.in
elf/rtld.c