Fix vmlinux extractor path

This commit is contained in:
The Thor Group 1970-01-01 00:00:00 +00:00
parent e5472307ac
commit ded762cb11
No known key found for this signature in database
GPG Key ID: DD003477088FDBA0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ brp_unpack_zimage()
local output;
local log_file="${2}.log";
output=$(tools/extract-vmlinux.sh "${1}" 1> "${2}" 2>"${log_file}")
output=$("${EXTRACT_VMLINUX_PATH}" "${1}" 1> "${2}" 2>"${log_file}")
if [ $? -ne 0 ]; then
pr_process_err
pr_crit "Failed to unpack zImage\n\n%s" "$(cat \"${2}.log\")"