=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.sh,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- openbsd/fw_update/fw_install.sh 2021/12/22 04:10:22 1.99 +++ openbsd/fw_update/fw_install.sh 2021/12/22 04:29:18 1.100 @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_install.sh,v 1.99 2021/12/22 04:10:22 afresh1 Exp $ +# $OpenBSD: fw_install.sh,v 1.100 2021/12/22 04:29:18 afresh1 Exp $ # # Copyright (c) 2021 Andrew Hewus Fresh # @@ -218,7 +218,7 @@ OPT_D= OPT_L= -while getopts :DL name +while getopts :DLv name do case "$name" in D) OPT_D=true ;;