From 51fa371a837a967b00809f937fd057616a17c7ae Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 22 Dec 2017 13:22:04 +0000 Subject: [PATCH] chroot-setup: less error-prone set -e --- chroot-setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chroot-setup b/chroot-setup index aeb46f7..37d22ed 100755 --- a/chroot-setup +++ b/chroot-setup @@ -1,4 +1,5 @@ -#! /bin/sh -e +#! /bin/sh +set -e # Chroot preparation: # locale-gen en_GB.UTF-8 -- 2.30.2