Skip to content

Commit

Permalink
Fix grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet authored and scaronni committed Aug 23, 2023
1 parent 30bdbdd commit 029104f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dkms.in
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ prepare_signing()
fi

if ! grep -q "^CONFIG_MODULE_SIG_HASH=" "${kernel_config}"; then
echo "The kernel is be built without module signing facility, modules won't be signed"
echo "The kernel is built without module signing facility, modules won't be signed"
return
fi

Expand Down
2 changes: 1 addition & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ genericize_expected_output() {
sed -i '/^Certificate or key are missing, generating them using update-secureboot-policy...$/d' ${output_log}
sed -i '/^Certificate or key are missing, generating self signed certificate for MOK...$/d' ${output_log}
else
sed -i "/^The kernel is be built without module signing facility, modules won't be signed$/d" ${output_log}
sed -i "/^The kernel is built without module signing facility, modules won't be signed$/d" ${output_log}
sed -i "/^Binary .* not found, modules won't be signed$/d" ${output_log}
# Uncomment the following line to run this script with --no-signing-tool on platforms where the sign-file tool exists
# sed -i '/^Signing module \/var\/lib\/dkms\/dkms_test\/1.0\/build\/dkms_test.ko$/d' ${output_log}
Expand Down

0 comments on commit 029104f

Please sign in to comment.