From 3752ea7cf15d373d3997428ec4ccaac7d834bf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 6 Apr 2023 16:47:59 +0200 Subject: [PATCH] Add -eu to the early hook as well. --- live-build/ubuntu/hooks/020-canary-live.chroot_early | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live-build/ubuntu/hooks/020-canary-live.chroot_early b/live-build/ubuntu/hooks/020-canary-live.chroot_early index 8a75ac78..64a3d7de 100755 --- a/live-build/ubuntu/hooks/020-canary-live.chroot_early +++ b/live-build/ubuntu/hooks/020-canary-live.chroot_early @@ -1,5 +1,7 @@ #! /bin/sh +set -eu + case $PASS in minimal.standard.live) ;;