From 0ab7f77ef5ed29d2a22a2611fce3382eb1379768 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 15 Jun 2004 20:10:24 +0000 Subject: [BZ #217, BZ #219] 2004-06-14 Jakub Jelinek [BZ #219] * nss/nsswitch.c (free_mem): Don't try to close a library handle if the handle is invalid. Patch by David Kimdon . 2004-06-11 Dmitry V. Levin [BZ #217] * debug/xtrace.sh: Fix typo in error diagnostics. --- debug/xtrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug') diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 43a74a053d..4ce8888490 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -143,7 +143,7 @@ fi 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 -- cgit v1.2.3