summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-03-25 20:42:18 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-25 20:42:18 +0100
commitae8872f0aff356e1cd98dad8a2a0b580075e0233 (patch)
tree43386a3d3afe9ad996d5cd9f4175750c5a4e6fb4 /bin/reproducible_build.sh
parent8837023183e551b8eaf9a8c76970c409e7010c77 (diff)
downloadjenkins.debian.net-ae8872f0aff356e1cd98dad8a2a0b580075e0233.tar.xz
reproducible Debian: explain why eval is needed…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 35014302..a1f005cd 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -248,6 +248,7 @@ handle_ftbfs() {
for BUILD in "1" "2"; do
local nodevar="NODE$BUILD"
local node=""
+ # eval is needed here, because we want the value of $node1 or $node2
eval node=\$$nodevar
if [ ! -f "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ] ; then
continue