=================================================================== RCS file: /cvs/openbsd/fw_update/fw_install.sh,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- openbsd/fw_update/fw_install.sh 2021/12/11 21:13:34 1.77 +++ openbsd/fw_update/fw_install.sh 2021/12/11 21:19:24 1.78 @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_install.sh,v 1.77 2021/12/11 21:13:34 afresh1 Exp $ +# $OpenBSD: fw_install.sh,v 1.78 2021/12/11 21:19:24 afresh1 Exp $ # # Copyright (c) 2021 Andrew Hewus Fresh # @@ -196,6 +196,8 @@ # we don't want to download anything [ "$LOCALSRC" ] && "$INSTALL" && DOWNLOAD=false [ "$LOCALSRC" ] || LOCALSRC="$( tmpdir "${DESTDIR}/tmp/fw_install" )" + +CFILE="$LOCALSRC/$CFILE" set -A devices -- "$@"