Revert "apply-patches: catch unexpected failure"
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Jul 2016 15:42:27 +0000 (17:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Jul 2016 15:42:27 +0000 (17:42 +0200)
This reverts commit 9cf1ad6cdb37c5be5772121896f4b13ec42c2b0d.

This breaks many packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/apply-patches.sh

index 11fa5bf68b94b98522d325809dea6bb2d86ca3c2..694302d33e177ccb4bc638be0b48429a5dae351b 100755 (executable)
@@ -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