From cb2e87ffa4da715972186e36bfcaac12d130b954 Mon Sep 17 00:00:00 2001 From: MikeBeaton Date: Tue, 28 Sep 2021 12:59:49 +0100 Subject: [PATCH] Tools: shim-to-sig.tool fix minor typo --- Utilities/ShimToSig/shim-to-sig.tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/ShimToSig/shim-to-sig.tool b/Utilities/ShimToSig/shim-to-sig.tool index e9b34909..b4200158 100755 --- a/Utilities/ShimToSig/shim-to-sig.tool +++ b/Utilities/ShimToSig/shim-to-sig.tool @@ -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"