* debug/xtrace.sh: Add missing escape character in -? match.
	Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
This commit is contained in:
Ulrich Drepper 2005-09-17 17:31:56 +00:00
parent ff1ed56300
commit 2009127c64
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2005-09-17 Ulrich Drepper <drepper@redhat.com>
[BZ #1053]
* debug/xtrace.sh: Add missing escape character in -? match.
Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
[BZ #1051]
* wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
* stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of

View file

@ -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)