extract_utils: Display the fixup hash when keeping pinned files

Change-Id: I32e288b1b06f103179d894d0a68a2ce34df31913
This commit is contained in:
Arian
2021-09-09 15:18:35 +02:00
parent 72d5bdfb73
commit 302226bb77

View File

@@ -1589,7 +1589,11 @@ function extract() {
fi
if [ "$KEEP" = "1" ]; then
printf ' + keeping pinned file with hash %s\n' "${HASH}"
if [ "${FIXUP_HASH}" != "x" ]; then
printf ' + keeping pinned file with hash %s\n' "${FIXUP_HASH}"
else
printf ' + keeping pinned file with hash %s\n' "${HASH}"
fi
else
FOUND=false
# Try custom target first.