diff --git a/misc/build.func b/misc/build.func index d7341e225..2e00422b2 100644 --- a/misc/build.func +++ b/misc/build.func @@ -296,7 +296,7 @@ get_header() { # Check if local file already present if [ ! -s "$local_header_path" ]; then - curl -fsSL "$header_url" -o "$local_header_path" + curl -fsSL "$local_header_path" "$header_url" if [ $? -ne 0 ]; then echo -e "${WARN}${BOLD}${YLW}Failed to download header for ${app_name}. No header will be displayed.${CL}" return 1