diff options
Diffstat (limited to 'support/scripts')
-rwxr-xr-x | support/scripts/apply-patches.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/support/scripts/apply-patches.sh b/support/scripts/apply-patches.sh index 11fa5bf68b..694302d33e 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 |