diff --git a/scripts/functions b/scripts/functions index a96f245a..8cae85e1 100644 --- a/scripts/functions +++ b/scripts/functions @@ -426,7 +426,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