diff options
author | Andreas Schwab <aschwab@redhat.com> | 2009-06-16 20:34:55 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-16 20:34:55 -0700 |
commit | f60ddf9bf737e015f7da866ca7f46006b4ce9700 (patch) | |
tree | 8b2e94779e55e947e1de64d17f64b108d78eb7c3 /debug/xtrace.sh | |
parent | 8a909c6430e8b6ad76304f749d36fdd6e40e8046 (diff) | |
download | glibc-f60ddf9bf737e015f7da866ca7f46006b4ce9700.tar.gz glibc-f60ddf9bf737e015f7da866ca7f46006b4ce9700.tar.xz glibc-f60ddf9bf737e015f7da866ca7f46006b4ce9700.zip |
Don't treat bug reporting message as a format string.
Diffstat (limited to 'debug/xtrace.sh')
-rwxr-xr-x | debug/xtrace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/xtrace.sh b/debug/xtrace.sh index e3b9daa433..8ef507ef38 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -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 |