1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Don't treat bug reporting message as a format string.

This commit is contained in:
Andreas Schwab
2009-06-16 20:34:55 -07:00
committed by Ulrich Drepper
parent 8a909c6430
commit f60ddf9bf7
8 changed files with 23 additions and 12 deletions

View File

@ -55,7 +55,7 @@ Mandatory arguments to long options are also mandatory for any corresponding
short options.
"
printf $"For bug reporting instructions, please see:
echo $"For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
"
exit 0