From 602b1a8c751e66bbd324ec1832a1035f8d25dfe9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 21:16:09 +0200 Subject: reproducible coreboot: fix syntax --- bin/reproducible_coreboot.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_coreboot.sh') 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 -- cgit v1.2.3-54-g00ecf