1
Angstrom & OpenZaurus / Ldd Tool
« on: April 22, 2006, 10:45:27 am »
Looking further on the net I have found that "set -o pipefail" in the ldd script casues ash shell in busybox to exit.
Busy box bug
http://bugs.uclibc.org/view.php?id=794
The work arount is to remove the "set -o pipefail" which is a test to see if it is running on Bash 3.x or fix busybox so it does not choke on the line.
Carl
Busy box bug
http://bugs.uclibc.org/view.php?id=794
The work arount is to remove the "set -o pipefail" which is a test to see if it is running on Bash 3.x or fix busybox so it does not choke on the line.
Carl