From 3eaf6a0be0e75b042a750fa1e01e3742ccb17687 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 6 Jul 2015 15:16:11 +0200 Subject: reproducible coreboot/openwrt/netbsd: fix braino when calculating file size --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index c2fe6c8f..c5a3e7ab 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 } -- cgit v1.2.3-70-g09d2