mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
shellcheck 0.11.0 complains:
```
In hooks/fsck line 57:
fstype() { "/usr/lib/klibc/bin/fstype" "$@"; }
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).
In ./mkinitramfs line 288:
clean_on_exit() {
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).
In debian/tests/unmkinitramfs line 44:
no_compressor() {
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).
```
Description
initramfs-tools
Languages
Shell
68.3%
Roff
22.3%
C
9.3%