mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
Typo
This commit is contained in:
parent
00290bc363
commit
1121713d48
@ -41,7 +41,7 @@ modify_blob() {
|
||||
then
|
||||
result=$?
|
||||
cat "verify.log" >> "results.log"
|
||||
printf "Faild: verify error or non-unique message digests were found\n"
|
||||
printf "Failed: verify error or non-unique message digests were found\n"
|
||||
else
|
||||
rm -f "test_$1_modifed.$2"
|
||||
fi
|
||||
@ -77,7 +77,7 @@ verify_signature() {
|
||||
! xxd -p -c 1000 "test_$2.$3" | grep "$searched_text" 2>> /dev/null 1>&2
|
||||
then
|
||||
result=1
|
||||
printf "Faild: $7 not found\n"
|
||||
printf "Failed: $7 not found\n"
|
||||
elif [ "$4" = "MODIFY" ]
|
||||
then
|
||||
if [ "$3" != "ex_" ]
|
||||
@ -91,11 +91,11 @@ verify_signature() {
|
||||
if [ "$result" -eq 0 ] && [ "$8" != "UNUSED_PATTERN" ] && ! grep -q "$8" "verify.log"
|
||||
then
|
||||
result=1
|
||||
printf "Faild: $8 not found\n"
|
||||
printf "Failed: $8 not found\n"
|
||||
fi
|
||||
if [ "$result" -eq 0 ] && [ "$2" = "401" ]
|
||||
then
|
||||
printf "Faild: unhashed file metadata was found\n"
|
||||
printf "Failed: unhashed file metadata was found\n"
|
||||
result=1
|
||||
fi
|
||||
if [ "$result" -eq 0 ]
|
||||
@ -136,7 +136,7 @@ verify_no_signature() {
|
||||
else
|
||||
result=1
|
||||
cat "verify.log" >> "results.log"
|
||||
printf "Faild: verify error or the signature was found\n"
|
||||
printf "Failed: verify error or the signature was found\n"
|
||||
fi
|
||||
else
|
||||
result=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user