diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 12:46:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 12:46:24 +0000 |
commit | c6128ad44350c140545e8236bd92ebda7d22ecab (patch) | |
tree | 050a43297f66b832ea23c705363f484b97a17dff /sysdeps | |
parent | ac8e29977aac325fc9223ae38326a0ece7a74101 (diff) | |
download | glibc-c6128ad44350c140545e8236bd92ebda7d22ecab.tar.gz glibc-c6128ad44350c140545e8236bd92ebda7d22ecab.tar.xz glibc-c6128ad44350c140545e8236bd92ebda7d22ecab.zip |
Update.
1998-07-07 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell script if lddlibc4 failed. Reported by B. D. Elliott <bde@accessone.com>. scratch, which is faster and gets correct behaviour if $(subdirs) is incomplete.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/ldd-rewrite.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/ldd-rewrite.sed index efc1b57540..0ad5bc4f93 100644 --- a/sysdeps/unix/sysv/linux/ldd-rewrite.sed +++ b/sysdeps/unix/sysv/linux/ldd-rewrite.sed @@ -4,7 +4,7 @@ lddlibc4 $file\ # Test the result.\ if test $? -lt 3; then\ - exit 0;\ + return 0;\ fi\ # In case of an error punt. /LD_TRACE_LOADED_OBJECTS=1/a\ |