mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
dedup-firmware.sh: fix infinite loop for --verbose
Signed-off-by: psykose <alice@ayaya.dev>
This commit is contained in:
parent
b5885ec543
commit
af70c9d537
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue