Merge "More fix for -e" am: 5f1d031679

Change-Id: I739e426b84b884b2cc04e8ca09b93f5b17142e11
This commit is contained in:
Treehugger Robot
2020-03-24 23:31:06 +00:00
committed by Automerger Merge Worker

View File

@@ -469,7 +469,9 @@ case "${notices_out}" in
fi
readonly hashedNotice="${tmpFiles}/hashednotices"
( # md5sum outputs checksum space indicator(space or *) filename newline
set +e
sort -u "${allNotice}" | tr '\n' '\0' | xargs -0 -r md5sum 2>/dev/null
set -e
# use sed to replace space and indicator with separator
) > "${hashedNotice}"
if ${showProgress}; then