diff -r 3a7b2eee9dcd -r 95df9d32afd2 scripts/functions --- a/scripts/functions Sat Oct 06 23:48:07 2012 +0200 +++ b/scripts/functions Wed Oct 17 22:01:25 2012 +0200 @@ -320,7 +320,7 @@ # Usage: CT_Abort CT_Abort() { CT_DoLog ERROR "$1" - exit 1 + false } # Test a condition, and print a message if satisfied