From b521e3418dde27c33e8d1a50b3e94efa7e490f66 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 23 May 2007 21:08:24 +0000 Subject: In CT_Abort(), don't send output to stderr. Let the log facility handle where things should go. --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/functions b/scripts/functions index b211cbe7..71eac4f1 100644 --- a/scripts/functions +++ b/scripts/functions @@ -104,7 +104,7 @@ CT_DoEnd() # Abort the execution with an error message # Usage: CT_Abort CT_Abort() { - CT_DoLog ERROR "$1" >&2 + CT_DoLog ERROR "$1" exit 1 } -- cgit v1.2.3