From fe2c7cc7f9879104600caa1829e173e9f98a1cc6 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Wed, 10 Oct 2018 09:57:59 -0400 Subject: Exit immediately on failure in the header tarball script Signed-off-by: Jeremy Cline --- scripts/create_headers_tarball.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/create_headers_tarball.sh b/scripts/create_headers_tarball.sh index 575b2bb8e..9d43548df 100755 --- a/scripts/create_headers_tarball.sh +++ b/scripts/create_headers_tarball.sh @@ -7,6 +7,8 @@ # Author: Herton R. Krzesinski # Author: Justin M. Forbes +set -e + # Location of kernel-headers checkout CURRENTDIR=`pwd` PKGLOC='kernel-headers' -- cgit