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 --- debug/xtrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug') diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 5cb193ab5a..acaf77a06e 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -30,7 +30,7 @@ do_usage() { # Refer to --help option. help_info() { - printf >&2 $"Try \`%s --help' or `%s --usage' for more information.\n" xtrace xtrace + printf >&2 $"Try \`%s --help' or \`%s --usage' for more information.\n" xtrace xtrace exit 1 } -- cgit v1.2.3