mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
ldd: Print "not a dynamic executable" on standard error [BZ #24150]
Tested with the testsuite on x86_64-linux-gnu, and manually. Reviewed-By: Richard W.M. Jones <rjones@redhat.com>
This commit is contained in:
parent
d1e411e5c7
commit
e7c8ffe4ec
@ -167,7 +167,7 @@ warning: you do not have execution permission for" "\`$file'" >&2
|
||||
1)
|
||||
# This can be a non-ELF binary or no binary at all.
|
||||
nonelf "$file" || {
|
||||
echo $" not a dynamic executable"
|
||||
echo $" not a dynamic executable" >&2
|
||||
result=1
|
||||
}
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user