mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-27 18:04:42 +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.