mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
[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>
|
||||
|
||||
[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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user