diff --git a/scripts/functions b/scripts/functions index 5c3f760d..d6becebd 100644 --- a/scripts/functions +++ b/scripts/functions @@ -427,7 +427,7 @@ _curl=$(CT_Which curl) # 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