[BACK]Return to fw_install.sh CVS log [TXT][DIR] Up to [local] / openbsd / fw_update

Diff for /openbsd/fw_update/fw_install.sh between version 1.60 and 1.61

version 1.60, 2021/12/09 02:09:52 version 1.61, 2021/12/09 02:17:15
Line 270 
Line 270 
                 verify "$f" || continue                  verify "$f" || continue
         elif [ "${DOWNLOADDIR:-}" ]; then          elif [ "${DOWNLOADDIR:-}" ]; then
                 echo "Already have $f"                  echo "Already have $f"
                   verify "$f" || continue
         fi          fi
   
         [ "${DOWNLOADDIR:-}" ] && continue          [ "${DOWNLOADDIR:-}" ] && continue

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>