浏览代码

Revert "apply-patches: catch unexpected failure"

This reverts commit 9cf1ad6cdb37c5be5772121896f4b13ec42c2b0d.

This breaks many packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 9 年之前
父节点
当前提交
75d8977ba8
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      support/scripts/apply-patches.sh

+ 0 - 3
support/scripts/apply-patches.sh

@@ -31,9 +31,6 @@
 # applied. The list of the patches applied is stored in '.applied_patches_list'
 # applied. The list of the patches applied is stored in '.applied_patches_list'
 # file in the build directory.
 # file in the build directory.
 
 
-# We want to catch any unexpected failure, and exit immediately.
-set -e
-
 silent=
 silent=
 if [ "$1" = "-s" ] ; then
 if [ "$1" = "-s" ] ; then
     # add option to be used by the patch tool
     # add option to be used by the patch tool