Benjamin Drung 813886bbb3 silence incorrect shellcheck SC2329
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).
```
2025-11-12 12:59:08 +01:00
..
2025-11-12 12:59:08 +01:00
2025-01-19 23:15:41 +01:00