=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.sh,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- openbsd/fw_update/fw_install.sh 2021/12/25 19:16:17 1.133 +++ openbsd/fw_update/fw_install.sh 2021/12/25 19:16:57 1.134 @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_install.sh,v 1.133 2021/12/25 19:16:17 afresh1 Exp $ +# $OpenBSD: fw_install.sh,v 1.134 2021/12/25 19:16:57 afresh1 Exp $ # # Copyright (c) 2021 Andrew Hewus Fresh # @@ -427,12 +427,8 @@ if [ -e "$f" ]; then if "$DOWNLOAD"; then - if "$VERBOSE"; then - "$INSTALL" && - echo "Verify ${f##*/}" || - echo "Keep/Verify ${f##*/}" - echo "Verify ${f##*/}" - fi + "$VERBOSE" && ! "$INSTALL" && + echo "Keep/Verify ${f##*/}" "$DRYRUN" || verify "$f" || continue "$INSTALL" || kept="$kept,$d" # else assume it was verified when downloaded