Fix BZ#1053
Andreas Jaeger
aj@suse.de
Sat Sep 17 13:56:00 GMT 2005
Ok to commit the appended patch which fixes "xtrace -v"?
Andreas
2005-09-17 Andreas Jaeger <aj@suse.de>
[BZ #1053]
* debug/xtrace.sh: Quote correctly. Patch Peter Breitenlohner
<peb@mppmu.mpg.de>.
============================================================
Index: debug/xtrace.sh
--- debug/xtrace.sh 12 Jan 2005 23:39:52 -0000 1.14
+++ debug/xtrace.sh 17 Sep 2005 13:54:38 -0000
@@ -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)
--
Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-hacker/attachments/20050917/7ef5c5e9/attachment.sig>
More information about the Libc-hacker
mailing list