diff --git a/misc/core.func b/misc/core.func index 2d39d5f7..40db7f9e 100644 --- a/misc/core.func +++ b/misc/core.func @@ -169,6 +169,7 @@ __curl_err_handler() { 78) msg_error "Remote file not found (404): $target" ;; *) msg_error "Curl failed with code $exit_code: $target" ;; esac + exit } # ------------------------------------------------------------------------------