[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible coreboot/openwrt/netbsd: fix braino when calculating file size
Holger Levsen
holger at moszumanska.debian.org
Mon Jul 6 13:16:28 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 3eaf6a0be0e75b042a750fa1e01e3742ccb17687
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jul 6 15:16:11 2015 +0200
reproducible coreboot/openwrt/netbsd: fix braino when calculating file size
---
bin/reproducible_common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index c2fe6c8..c5a3e7a 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -420,6 +420,6 @@ get_filesize() {
elif [ $BYTESIZE -gt 1024 ] ; then
SIZE="$(echo $BYTESIZE/1024|bc)K"
else
- SIZE="$(echo $BYTESIZE/1024|bc) bytes"
+ SIZE="$BYTESIZE bytes"
fi
}
--
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