diff -r 2ba6a8d5d4be -r ad1b4870f859 scripts/functions --- a/scripts/functions Wed May 23 20:49:02 2007 +0000 +++ b/scripts/functions Thu May 24 17:51:49 2007 +0000 @@ -104,7 +104,7 @@ # Abort the execution with an error message # Usage: CT_Abort CT_Abort() { - CT_DoLog ERROR "$1" >&2 + CT_DoLog ERROR "$1" exit 1 }