Don't let signify mess up our status line
authorafresh1 <afresh1@openbsd.org>
Wed, 15 Nov 2023 02:07:43 +0000 (02:07 +0000)
committerafresh1 <afresh1@openbsd.org>
Wed, 15 Nov 2023 02:07:43 +0000 (02:07 +0000)
commit9ba7c5ccd9aae8daa36278664606f309eca0f2b8
treece1b3578406101cffabe576e6f444c846f30668b
parent97f1001c003cafd334f555b68323f57f7217bf38
Don't let signify mess up our status line

While not verbose the status line is built as we go, so save errors from
signify until after we've finished the status line.  This should exit and print
the error immediately, since this happens when fetching the SHA256.sig and
fw_update exits early in that case.
usr.sbin/fw_update/fw_update.sh