summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-17 17:31:56 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-17 17:31:56 +0000
commit2009127c64ea2e526c1e6981b5d2c70b7a68cc51 (patch)
tree480e225df52c3331288096abaf1764ae70cfad71 /debug
parentff1ed5630069a7b6893eeea939fa70ba201c79f7 (diff)
[BZ #1053]
* debug/xtrace.sh: Add missing escape character in -? match. Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
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 811d6ba9a6..077b58bd1f 100755
--- a/debug/xtrace.sh
+++ b/debug/xtrace.sh
@@ -107,7 +107,7 @@ while test $# -gt 0; do
--d=* | --da=* | --dat=* | --data=*)
data=${1##*=}
;;
- -? | --h | --he | --hel | --help)
+ -\? | --h | --he | --hel | --help)
do_help
;;
-V | --v | --ve | --ver | --vers | --versi | --versio | --version)