summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 9228b84e..d2bea347 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -246,9 +246,7 @@ handle_ftbfs() {
local BUILD
echo "${SRCPACKAGE} failed to build from source."
for BUILD in "1" "2"; do
- local nodevar="NODE$BUILD"
- local node=""
- eval node=\$$nodevar
+ local node="NODE$BUILD"
if [ ! -f "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ] ; then
continue
fi