summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index a0a7f463..89856a02 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -279,8 +279,6 @@ print_out_duration
irc_message "$REPRODUCIBLE_URL/coreboot/ has been updated."
echo "============================================================================="
-# remove coreboot tree, we don't need it anymore...
-cd
-rm coreboot -r
+# remove everything, we don't need it anymore...
cleanup_tmpdir
trap - INT TERM EXIT