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