mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
shellcheck complains: ``` In debian/tests/qemu-klibc line 17: run_qemu ^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1. In debian/tests/qemu-separate-usr line 32: run_qemu ^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1. In debian/tests/qemu-ata-only line 23: run_qemu ^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1. In debian/tests/qemu-virtio-only line 22: run_qemu ^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1. In debian/tests/qemu-busybox line 17: run_qemu ^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1. For more information: https://www.shellcheck.net/wiki/SC2119 -- Use prepare_network_dumping_rootf... ``` To silence this shellcheck info since `run_qemu` should be called without arguments in those cases.
Description
initramfs-tools
Languages
Shell
68.3%
Roff
22.3%
C
9.3%