summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 10:07:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 10:07:59 +0200
commitf93b4f4352e2cb93a7bc53a2146b228256afabec (patch)
tree557439f0ff4dc0428c31f0576aad0ee6916ded45 /bin/reproducible_coreboot.sh
parent2f4342bbe0913329a6fd58427a88998ca51a5769 (diff)
downloadjenkins.debian.net-f93b4f4352e2cb93a7bc53a2146b228256afabec.tar.xz
reproducible coreboot: fix cleanup
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