logo

make-initrd

Unnamed repository; edit this file 'description' to name the repository.
commit: edeed4aa38edcb250230ba1e222dd2299d3a72ea
parent: 3f7e03173a3c257e76ce5d949b2c62b7f9d03829
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 22 Mar 2019 11:08:36 +0100

make-initrd: Improve die() formatting

Diffstat:

Mmake-initrd.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-initrd.sh b/make-initrd.sh @@ -7,7 +7,7 @@ elves="lvm busybox blkid lsblk cryptsetup mksh zfs zpool" WORKDIR="$(pwd)" die() { - echo "$@" + echo "[Error] die: ${*}" exit 1 }