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. diff --git a/scripts/functions b/scripts/functions index b211cbe..71eac4f 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 v0.10.2-6-g49f6