From 8837023183e551b8eaf9a8c76970c409e7010c77 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 25 Mar 2017 20:40:39 +0100 Subject: Revert "reproducible Debian: refactor" This reverts commit 8bccf9f210e0ace7cda9bf4363017e446739f533. Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 76d6dbdc..35014302 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -246,7 +246,9 @@ handle_ftbfs() { local BUILD echo "${SRCPACKAGE} failed to build from source." for BUILD in "1" "2"; do - local node="NODE$BUILD" + local nodevar="NODE$BUILD" + local node="" + eval node=\$$nodevar if [ ! -f "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ] ; then continue fi -- cgit v1.2.3-70-g09d2