Bugfix - wrong variable name (#3694)

This commit is contained in:
Igor Pečovnik 2022-04-18 15:03:20 +02:00 committed by GitHub
parent 07abe12936
commit a9e6e33e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -577,7 +577,7 @@ CUSTOM_KERNEL_CONFIG
# hash_kernel_config
CALC_CONFIG=$(git -C $SRC log --format="%H" -1 -- $(realpath --relative-base="$SRC" "${SRC}/config/kernel/${LINUXCONFIG}.config"))
[[ -z "$CALC_CONFIG" ]] && CALC_CONFIG="null"
echo "$HASHES" >> "${HASHTARGET}.githash"
echo "$CALC_CONFIG" >> "${HASHTARGET}.githash"
}