summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-xbin/reproducible_lede.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 4111b06f..d1a1ef2a 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -105,6 +105,9 @@ SIZE=""
cd $RESULTSDIR/b1/targets
tree .
+# call_diffoscope requires TMPDIR
+TMPDIR=$RESULTSDIR
+
# iterate over all images (merge b1 and b2 images into one list)
# call diffoscope on the images
for target in * ; do