Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123716 Details for
Bug 184025
ldd (from sys-libs/glibc) does not work if /bin/sh is not bash
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ldd-pipefail.patch
asd.patch (text/plain), 502 bytes, created by
Timothy Redaelli (RETIRED)
on 2007-07-02 20:22:06 UTC
(
hide
)
Description:
ldd-pipefail.patch
Filename:
MIME Type:
Creator:
Timothy Redaelli (RETIRED)
Created:
2007-07-02 20:22:06 UTC
Size:
502 bytes
patch
obsolete
>--- elf/ldd.bash.in.orig 2007-07-02 22:15:46.000000000 +0200 >+++ elf/ldd.bash.in 2007-07-02 22:16:05.000000000 +0200 >@@ -110,7 +110,7 @@ > # environments where the executed program might not have permissions > # to write to the console/tty. But only bash 3.x supports the pipefail > # option, and we don't bother to handle the case for older bash versions. >-if set -o pipefail 2> /dev/null; then >+if [ "$BASH" ] && set -o pipefail 2> /dev/null; then > try_trace() { > eval $add_env '"$@"' | cat > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184025
: 123716