[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typo
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 30 22:06:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 436a0a131774648f56139fc49ccdee37dd578bae
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 31 00:05:45 2015 +0200
reproducible: fix typo
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 6d5e5cb..9864f29 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list