diff --git a/scripts/patch b/scripts/patch index f5dd4973..e3fa9172 100755 --- a/scripts/patch +++ b/scripts/patch @@ -254,6 +254,7 @@ patch_import_customtt() { tail -n +3 "${tmp_patchtt}" > "${patchtt}" fi + rm -f "${tmp_patchtt}" rm -f "${diff_output}" }