summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-31 00:05:45 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-31 00:05:45 +0200
commit436a0a131774648f56139fc49ccdee37dd578bae (patch)
treedf312df633cc0fde1c0eb6deb73f1bba67ece1f0 /bin/reproducible_build.sh
parentdaf03d8db56725cd3605ef430b9899f6e4e6c5a4 (diff)
downloadjenkins.debian.net-436a0a131774648f56139fc49ccdee37dd578bae.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 6d5e5cbe..9864f296 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -277,7 +277,7 @@ dbd_timeout() {
}
call_diffoscope_on_changes_files() {
- local TMPLOG=(mktemp --tmpdir=$TMPDIR)
+ local TMPLOG=$(mktemp --tmpdir=$TMPDIR)
echo | tee -a ${RBUILDLOG}
local TIMEOUT="30m"
DBDSUITE=$SUITE