We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b57415 commit 3e82f01Copy full SHA for 3e82f01
1 file changed
usr.sbin/hbsd-update/hbsd-update
@@ -151,6 +151,7 @@ check_pubkey_validity() {
151
${caopt} ${capath} \
152
${tmpdir}/pubkey.pem \
153
> /dev/null 2>&1
154
+ res=${?}
155
return ${res}
156
}
157
0 commit comments