From f60ddf9bf737e015f7da866ca7f46006b4ce9700 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 16 Jun 2009 20:34:55 -0700 Subject: Don't treat bug reporting message as a format string. --- malloc/memusage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') 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: . " exit 0 -- cgit v1.2.3