mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-27 01:44:25 +00:00
Scripts can be run as `sh $script`. In this case `-e` on the shebang is ignored. So explicitly call `set -e` instead of specifying `-e` on the shebang.