From 0ed9e8c205018e6f50bf239094ff87321fa11a6b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:38:08 +0200 Subject: [PATCH] Update build.func --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 7cc2caa82..bc83caebc 100644 --- a/misc/build.func +++ b/misc/build.func @@ -296,7 +296,7 @@ get_header() { if [ ! -s "$local_header_path" ]; then if ! curl -fsSL "$header_url" -o "$local_header_path"; then - echo -e "${WARN:-}[WARN]${BOLD:-}${YLW:-} Failed to download header for ${app_name}. No header will be displayed.${CL:-}" + echo -e "Failed to download header for ${app_name}. No header will be displayed." return 1 fi fi