diff options
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-x | bin/reproducible_lede.sh | 3 |
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 |