summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-05 17:42:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-05 17:42:27 +0200
commit75d8977ba8373cb6d52f5d866adce747ef15a8da (patch)
tree69cf7a77bcc4c25cbb590b3a6df6e4eb3e70ba90 /support
parent9cf1ad6cdb37c5be5772121896f4b13ec42c2b0d (diff)
Revert "apply-patches: catch unexpected failure"
This reverts commit 9cf1ad6cdb37c5be5772121896f4b13ec42c2b0d. This breaks many packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/apply-patches.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/support/scripts/apply-patches.sh b/support/scripts/apply-patches.sh
index 11fa5bf68..694302d33 100755
--- a/support/scripts/apply-patches.sh
+++ b/support/scripts/apply-patches.sh
@@ -31,9 +31,6 @@
# applied. The list of the patches applied is stored in '.applied_patches_list'
# file in the build directory.
-# We want to catch any unexpected failure, and exit immediately.
-set -e
-
silent=
if [ "$1" = "-s" ] ; then
# add option to be used by the patch tool