summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 997a5d07..67a3307e 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -57,6 +57,7 @@ update_if_similar() {
diff $TARGET $TARGET.new || true
echo
echo "Too much difference for $TARGET, aborting. Please investigate and update manually."
+ rm $TARGET.new
exit 1
fi
fi