summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 21:16:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 21:16:09 +0200
commit602b1a8c751e66bbd324ec1832a1035f8d25dfe9 (patch)
treecc210ad77401a2def4cc639e4907489a7eaf36ee /bin/reproducible_coreboot.sh
parenta918dfe9847ed46d43d59a066db27622b81fc828 (diff)
downloadjenkins.debian.net-602b1a8c751e66bbd324ec1832a1035f8d25dfe9.tar.xz
reproducible coreboot: fix syntax
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index d40eb358..d431335d 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -77,8 +77,9 @@ save_coreboot_results(){
cp -p $i/coreboot.rom $TMPDIR/$RUN/$i/
fi
done
-cd ..
-rm coreboot-builds -r
+ cd ..
+ rm coreboot-builds -r
+}
#
# main