diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-12 10:07:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-12 10:07:59 +0200 |
commit | f93b4f4352e2cb93a7bc53a2146b228256afabec (patch) | |
tree | 557439f0ff4dc0428c31f0576aad0ee6916ded45 /bin | |
parent | 2f4342bbe0913329a6fd58427a88998ca51a5769 (diff) | |
download | jenkins.debian.net-f93b4f4352e2cb93a7bc53a2146b228256afabec.tar.xz |
reproducible coreboot: fix cleanup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 4 |
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 |