summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index cca0d6d3..d948a5b5 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -491,7 +491,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
fi
echo "$(grep -c https $PROBLEM || echo 0) entries found:" >> $TMPFILE
for a in $ARCHS $OTHERPROJECTS; do
- echo "- $(grep https $PROBLEM|grep -c _$a) from $a." >> $TMPFILE
+ echo "- $(grep https $PROBLEM|grep -c ${a}_) from $a." >> $TMPFILE
done
elif grep -q 'stale builds found' $PROBLEM ; then
echo "$(grep -c 'stale builds found' $PROBLEM || echo 0) entries found:" >> $TMPFILE