From e7c8ffe4ec059da1523c093d6a240cd87d154df2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 15 Oct 2019 16:41:51 +0200 Subject: 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 --- elf/ldd.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index 843e352a6b..6162004818 100644 --- a/elf/ldd.bash.in +++ b/elf/ldd.bash.in @@ -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 } ;; -- cgit v1.2.3