diff options
-rwxr-xr-x | support/scripts/apply-patches.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/scripts/apply-patches.sh b/support/scripts/apply-patches.sh index 656aa716c..1ebaea990 100755 --- a/support/scripts/apply-patches.sh +++ b/support/scripts/apply-patches.sh @@ -73,8 +73,8 @@ function apply_patch { *.patch*) type="patch"; uncomp="cat"; ;; *) - echo "Unsupported format file for ${path}/${patch}"; - exit 1; + echo "Unsupported file type for ${path}/${patch}, skipping"; + return 0 ;; esac echo "" |