Support "set -u"
To support using set -eu
in initramfs-tools script (e.g. in
kdump-tools), the functions in scripts/functions
need to support
set -u
as well.
Edited by Benjamin Drung
To support using set -eu
in initramfs-tools script (e.g. in
kdump-tools), the functions in scripts/functions
need to support
set -u
as well.