diff -r 10d1270080e6 -r 4150b61102e4 scripts/functions --- a/scripts/functions Fri Nov 28 17:51:39 2008 +0000 +++ b/scripts/functions Thu Apr 02 20:44:39 2009 +0000 @@ -426,7 +426,7 @@ # Usage: CT_DoGetFile CT_DoGetFile() { case "${_wget},${_curl}" in - ,) CT_DoError "Could find neither wget nor curl";; + ,) CT_Abort "Could find neither wget nor curl";; ,*) CT_DoExecLog ALL CT_DoGetFileCurl "$1" 2>&1;; *) CT_DoExecLog ALL CT_DoGetFileWget "$1" 2>&1;; esac