diff options
-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 |