From 5c0b8d9013560bb24805844d31a7fb3959ee1e8d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Jun 2011 18:14:01 -0400 Subject: Fix quoting in some installed shell scripts --- malloc/memusage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/memusage.sh') diff --git a/malloc/memusage.sh b/malloc/memusage.sh index f1ccbb4d19..75d5f3ba39 100755 --- a/malloc/memusage.sh +++ b/malloc/memusage.sh @@ -24,7 +24,7 @@ TEXTDOMAIN=libc # Print usage message. do_usage() { - printf >&2 $"Try \`%s --help' or `%s --usage' for more information.\n" memusage memusage + printf >&2 $"Try \`%s --help' or \`%s --usage' for more information.\n" memusage memusage exit 1 } -- cgit v1.2.3-70-g09d2