From f93b4f4352e2cb93a7bc53a2146b228256afabec Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 10:07:59 +0200 Subject: reproducible coreboot: fix cleanup --- bin/reproducible_coreboot.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/reproducible_coreboot.sh') 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 -- cgit v1.2.3-54-g00ecf