mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
synced 2025-12-25 16:02:41 +08:00
dedup-firmware.sh: fix infinite loop for --verbose
Signed-off-by: psykose <alice@ayaya.dev>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user