summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-25 20:52:52 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-25 20:52:52 +0100
commitfdfd4dc3f1780989b9cd8a08517c333ee9153313 (patch)
tree4612539a5c3127ffd5b7a609be4c2f01c4fb6468 /bin/reproducible_freebsd.sh
parentf625aeb97fa7612175175bf728fc9c644ffac486 (diff)
downloadjenkins.debian.net-fdfd4dc3f1780989b9cd8a08517c333ee9153313.tar.xz
reproducible freebsd: create TMPDIR when needed
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh1
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