Index: tools/merge-to-branch.sh |
diff --git a/tools/merge-to-branch.sh b/tools/merge-to-branch.sh |
index d26fbcc4069c2bb99bb4da8b28a3653e5a55e6a1..e0011edff02d382559172eee478bd4a9efb48750 100755 |
--- a/tools/merge-to-branch.sh |
+++ b/tools/merge-to-branch.sh |
@@ -186,7 +186,6 @@ if [ $START_STEP -le $CURRENT_STEP ] ; then |
if [ -n "$EXTRA_PATCH" ] ; then |
apply_patch "$EXTRA_PATCH" |
fi |
- stage_files |
fi |
let CURRENT_STEP+=1 |