Merge branch 'verb' into 'main'

dedup-firmware.sh: fix infinite loop for --verbose

See merge request kernel-firmware/linux-firmware!366
This commit is contained in:
Josh Boyer 2024-11-11 20:01:00 +00:00
commit 6482750d39
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ while test $# -gt 0; do
-v | --verbose)
# shellcheck disable=SC2209
verbose=echo
shift
;;
*)
if test -n "$destdir"; then