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

Signed-off-by: psykose <alice@ayaya.dev>
This commit is contained in:
psykose 2024-11-11 07:31:30 +01:00
parent b5885ec543
commit af70c9d537
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