From a385a48fe8981c2d3196c313544bdd474cc74d54 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 11 Jun 2015 20:32:23 +0200 Subject: reproducible coreboot: fix pathes --- bin/reproducible_coreboot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index c39771cf..a0a7f463 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -271,8 +271,6 @@ echo -n "$COREBOOT" >> $PAGE write_page "

" write_page " " write_page_footer coreboot -cd .. -PAGE=coreboot/coreboot.html publish_page # the end @@ -282,6 +280,7 @@ irc_message "$REPRODUCIBLE_URL/coreboot/ has been updated." echo "=============================================================================" # remove coreboot tree, we don't need it anymore... +cd rm coreboot -r cleanup_tmpdir trap - INT TERM EXIT -- cgit v1.2.3-54-g00ecf