summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-28 18:14:01 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-28 18:14:01 -0400
commit5c0b8d9013560bb24805844d31a7fb3959ee1e8d (patch)
tree0338663c394b377749835edc0b8190648f0d523d /debug
parent9113ea1f3f29b3aee710efc829e85a9772bcb836 (diff)
Fix quoting in some installed shell scripts
Diffstat (limited to 'debug')
-rwxr-xr-xdebug/xtrace.sh2
1 files changed, 1 insertions, 1 deletions
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
}