Index: tools/merge-to-branch.sh |
diff --git a/tools/merge-to-branch.sh b/tools/merge-to-branch.sh |
index ccdae6c9bcecd917e26f4faf15f2fc66bda83221..4e8a86c83408936e944a2bdfaf936bdef3c0446d 100755 |
--- a/tools/merge-to-branch.sh |
+++ b/tools/merge-to-branch.sh |
@@ -235,7 +235,6 @@ if [ $START_STEP -le $CURRENT_STEP ] ; then |
echo ">>> Step $CURRENT_STEP: Apply patches for selected revisions." |
restore_if_unset "MERGE_TO_BRANCH" |
restore_patch_commit_hashes_if_unset "PATCH_COMMIT_HASHES" |
- rm -f "$TOUCHED_FILES_FILE" |
for HASH in ${PATCH_COMMIT_HASHES[@]} ; do |
echo "Applying patch for $HASH to $MERGE_TO_BRANCH..." |
git log -1 -p $HASH > "$TEMPORARY_PATCH_FILE" |