Skip to content

Explicitly call "set -e" instead of specifying on shebang

Benjamin Drung requested to merge bdrung/initramfs-tools:set-e into debian/latest

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.

Edited by Benjamin Drung

Merge request reports

Loading