diff -r 10d1270080e6 -r a6433a0af46e scripts/functions --- a/scripts/functions Fri Nov 28 17:51:39 2008 +0000 +++ b/scripts/functions Tue Jan 27 22:27:35 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