public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix BZ #217
@ 2004-06-14 14:12 Jakub Jelinek
  2004-06-15 20:07 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-06-14 14:12 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

xtrace /not_found
printf: usage: printf format [arguments]
/usr/bin/xtrace: line 145: executable `/not_found' not found\n: No such file
or directory
Try `xtrace --help' for more information.

as opposed to the expected:

xtrace /not_found
executable `/not_found' not found
Try `xtrace --help' for more information.

2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>

	[BZ #217]
	* debug/xtrace.sh: Fix typo in error diagnostics.

--- libc/debug/xtrace.sh	17 May 2004 18:37:11 -0000	1.12
+++ libc/debug/xtrace.sh	11 Jun 2004 12:19:19 -0000
@@ -143,7 +143,7 @@
 program=$1
 shift
 if test ! -f "$program"; then
-  printf >2& $"executable \`$program' not found\n"
+  printf >&2 $"executable \`$program' not found\n"
   help_info
 fi
 if test ! -x "$program"; then

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix BZ #217
  2004-06-14 14:12 [PATCH] Fix BZ #217 Jakub Jelinek
@ 2004-06-15 20:07 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2004-06-15 20:07 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

In future please put some words of content in the subject line.  It's handy
to have the BZ # in the subject line too, but append the BZ summary text or
something as well.

> 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
> 
> 	[BZ #217]
> 	* debug/xtrace.sh: Fix typo in error diagnostics.

Applied.


Thanks,
Roland

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-15 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-14 14:12 [PATCH] Fix BZ #217 Jakub Jelinek
2004-06-15 20:07 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).