Skip to content

Commit

Permalink
Tools: shim-to-sig.tool->shim-to-cert.tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Sep 29, 2021
1 parent 28e0afc commit c6fce7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Utilities/ShimToSig/shim-to-sig.tool → Utilities/ShimToCert/shim-to-cert.tool
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# shim-to-sig.tool - Extract OEM public key signature from GRUB shim file.
# shim-to-cert.tool - Extract OEM signing certificate public key (and full db, dbx if present) from GRUB shim file.
#
# Copyright (c) 2021, Michael Beaton. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion build_oc.tool
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ package() {
"CreateVault"
"macrecovery"
"kpdescribe"
"ShimToSig"
"ShimToCert"
)
for utilScpt in "${utilScpts[@]}"; do
cp -r "${selfdir}/Utilities/${utilScpt}" "${dstdir}/Utilities"/ || exit 1
Expand Down

0 comments on commit c6fce7b

Please sign in to comment.