summaryrefslogtreecommitdiff
path: root/malloc/memusage.sh
diff options
context:
space:
mode:
authorAndreas Schwab <aschwab@redhat.com>2009-06-16 20:34:55 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-16 20:34:55 -0700
commitf60ddf9bf737e015f7da866ca7f46006b4ce9700 (patch)
tree8b2e94779e55e947e1de64d17f64b108d78eb7c3 /malloc/memusage.sh
parent8a909c6430e8b6ad76304f749d36fdd6e40e8046 (diff)
Don't treat bug reporting message as a format string.
Diffstat (limited to 'malloc/memusage.sh')
-rwxr-xr-xmalloc/memusage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index 8b372e4b8e..9fab0a3b8b 100755
--- a/malloc/memusage.sh
+++ b/malloc/memusage.sh
@@ -62,7 +62,7 @@ Mandatory arguments to long options are also mandatory for any corresponding
short options.
"
- print $"For bug reporting instructions, please see:
+ echo $"For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
"
exit 0