diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-11 20:32:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-11 20:32:23 +0200 |
commit | a385a48fe8981c2d3196c313544bdd474cc74d54 (patch) | |
tree | 964453e6460122093228a7de6cad3beb60dcf04e /bin | |
parent | 76635e72a9695e0a1e380060fc4b45f47fd03fee (diff) | |
download | jenkins.debian.net-a385a48fe8981c2d3196c313544bdd474cc74d54.tar.xz |
reproducible coreboot: fix pathes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 " </pre></p>" write_page " </div></div>" 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 |