diff -r 2ba6a8d5d4be -r 9d98c59aa1c3 scripts/functions --- a/scripts/functions Wed May 23 20:49:02 2007 +0000 +++ b/scripts/functions Wed May 23 21:40:57 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 }