summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
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 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