summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-10-10 16:02:13 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2018-10-10 16:02:13 +0200
commit2c9a4d0163e334e88113f96c9eccf11f8ab6e29f (patch)
tree1ba26e6fe272fc21a869becabcb1211f4db20fca /scripts
parentb9bbd19ba33c14da58c39db61cb198a786bbb9d3 (diff)
parent582c55fbb04b793e5ff035741b2f8e875677169e (diff)
downloadkernel-2c9a4d0163e334e88113f96c9eccf11f8ab6e29f.tar.gz
kernel-2c9a4d0163e334e88113f96c9eccf11f8ab6e29f.tar.xz
kernel-2c9a4d0163e334e88113f96c9eccf11f8ab6e29f.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-4.19.0-0.rc7.git2.1.vanilla.knurd.1.fc29
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create_headers_tarball.sh2
1 files changed, 2 insertions, 0 deletions
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 <herton@redhat.com>
# Author: Justin M. Forbes <jforbes@redhat.com>
+set -e
+
# Location of kernel-headers checkout
CURRENTDIR=`pwd`
PKGLOC='kernel-headers'