diff options
Diffstat (limited to 'elf/ldd.bash.in')
-rw-r--r-- | elf/ldd.bash.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index 809c2717da..32a9405422 100644 --- a/elf/ldd.bash.in +++ b/elf/ldd.bash.in @@ -65,7 +65,7 @@ Report bugs using the \`glibcbug' script to <bugs@gnu.ai.mit.edu>." verbose=yes shift ;; --v | --ve | --ver) - echo >&2 $"ldd: option \`" $1 $"' is ambiguous" + echo >&2 $"ldd: option \`$1' is ambiguous" exit 1 ;; --) # Stop option processing. shift; break ;; |