build_library: Fix python script extension

It's not a shell script. It never was a shell script. Must have been a
mistake to name it as such.
This commit is contained in:
Krzesimir Nowak 2021-08-13 18:47:37 +02:00
parent 336a967941
commit b6c6a05404
2 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ EOF
if [[ -n "${pcr_policy}" ]]; then
mkdir -p "${BUILD_DIR}/pcrs"
${BUILD_LIBRARY_DIR}/generate_kernel_hash.sh \
${BUILD_LIBRARY_DIR}/generate_kernel_hash.py \
"${root_fs_dir}/boot/flatcar/vmlinuz-a" ${FLATCAR_VERSION} \
>"${BUILD_DIR}/pcrs/kernel.config"
fi