diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-31 00:05:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-31 00:05:45 +0200 |
commit | 436a0a131774648f56139fc49ccdee37dd578bae (patch) | |
tree | df312df633cc0fde1c0eb6deb73f1bba67ece1f0 | |
parent | daf03d8db56725cd3605ef430b9899f6e4e6c5a4 (diff) | |
download | jenkins.debian.net-436a0a131774648f56139fc49ccdee37dd578bae.tar.xz |
reproducible: fix typo
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 |