extract_utils: Display the fixup hash when keeping pinned files
Change-Id: I32e288b1b06f103179d894d0a68a2ce34df31913
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user