Skip to content

Commit

Permalink
Tools: shim-to-sig.tool fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Sep 28, 2021
1 parent e2819b2 commit cb2e87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/ShimToSig/shim-to-sig.tool
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ $? -ne 0 ]; then
sig-list-to-certs "$certfile" "${certsdir}/vendor" 1>/dev/null

if [ $? -ne 0 ]; then
echo >&2 "ERROR: vendor_authorized contents cannot be processed as cert file or dbx."
echo >&2 "ERROR: vendor_authorized contents cannot be processed as cert file or sig list."

rm -rf "$certsdir"
rm "$certfile"
Expand Down

0 comments on commit cb2e87f

Please sign in to comment.