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:
commit
6482750d39
|
@ -16,6 +16,7 @@ while test $# -gt 0; do
|
||||||
-v | --verbose)
|
-v | --verbose)
|
||||||
# shellcheck disable=SC2209
|
# shellcheck disable=SC2209
|
||||||
verbose=echo
|
verbose=echo
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test -n "$destdir"; then
|
if test -n "$destdir"; then
|
||||||
|
|
Loading…
Reference in New Issue