diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-05-02 12:10:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-02 12:11:11 +0200 |
commit | 49169970cc03e861490f01d3b4513a9e4b1cf465 (patch) | |
tree | 02eee8c1e48a97b5b6bdcce86c641426c83d0149 | |
parent | 82a540ec497b6ea19415f1c675a43f2961f388df (diff) | |
download | jenkins.debian.net-49169970cc03e861490f01d3b4513a9e4b1cf465.tar.xz |
reproducible: build: 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 4355f634..8d7dab1c 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -232,7 +232,7 @@ init_debbindiff() { } dbd_timeout() { - local msg="DBDVERSION was killed after running into timeout after $1" + local msg="$DBDVERSION was killed after running into timeout after $1" if [ ! -s ./${DBDREPORT} ] ; then echo "$(date) - $DBDVERSION produced no output and was killed after running into timeout after ${1}..." >> ${DBDREPORT} else |