[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible coreboot: fix syntax
Holger Levsen
holger at moszumanska.debian.org
Fri Jun 12 19:16:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 602b1a8c751e66bbd324ec1832a1035f8d25dfe9
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jun 12 21:16:09 2015 +0200
reproducible coreboot: fix syntax
---
bin/reproducible_coreboot.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index d40eb35..d431335 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list