diff options
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 2d96ccff..c4d58b8c 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -43,6 +43,7 @@ run_diffoscope_on_results() { echo "=============================================================================" echo "$(date -u) - Running $DIFFOSCOPE on FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) build results." echo "=============================================================================" + mkdir -p $TMPDIR FILES_HTML[$FREEBSD_TARGET]=$(mktemp --tmpdir=$TMPDIR) #echo " <ul>" > ${FILES_HTML[$FREEBSD_TARGET]} GOOD_FILES[$FREEBSD_TARGET]=0 |