From 7b39487162fa1f7f3b66b0192d5a4816bc73d239 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Oct 2014 14:29:44 +0200 Subject: reproducible: fixup fixup .buildinfo file handling --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 0cf04844..21172615 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -182,7 +182,7 @@ for SRCPACKAGE in ${PACKAGES} ; do sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"unreproducible\", \"$DATE\")" set +x echo -n "Warning: ${SRCPACKAGE} failed to build reproducibly." - if [ ! -f b1/${BUILDINFO} ] ; + if [ ! -f b1/${BUILDINFO} ] ; then echo " .buildinfo file is missing." else echo -- cgit v1.2.3-54-g00ecf