[BZ #1053]
* debug/xtrace.sh: Add missing escape character in -? match. Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
This commit is contained in:
parent
ff1ed56300
commit
2009127c64
@ -1,5 +1,9 @@
|
|||||||
2005-09-17 Ulrich Drepper <drepper@redhat.com>
|
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]
|
[BZ #1051]
|
||||||
* wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
|
* wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
|
||||||
* stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
|
* stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
|
||||||
|
@ -107,7 +107,7 @@ while test $# -gt 0; do
|
|||||||
--d=* | --da=* | --dat=* | --data=*)
|
--d=* | --da=* | --dat=* | --data=*)
|
||||||
data=${1##*=}
|
data=${1##*=}
|
||||||
;;
|
;;
|
||||||
-? | --h | --he | --hel | --help)
|
-\? | --h | --he | --hel | --help)
|
||||||
do_help
|
do_help
|
||||||
;;
|
;;
|
||||||
-V | --v | --ve | --ver | --vers | --versi | --versio | --version)
|
-V | --v | --ve | --ver | --vers | --versi | --versio | --version)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user