Skip to content

Commit a3033c5

Browse files
committed
MT#60683 patch: Remove temporary import file
When we are done we should cleanup the temporary file to avoid leaving cruft behind. Change-Id: Ic5887d348862d12711207263c69a94c22e4bc0b4
1 parent 08d2c4a commit a3033c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ patch_import_customtt() {
254254
tail -n +3 "${tmp_patchtt}" > "${patchtt}"
255255
fi
256256

257+
rm -f "${tmp_patchtt}"
257258
rm -f "${diff_output}"
258259
}
259260

0 commit comments

Comments
 (0)