composite/watch: make globbing more strict

This commit is contained in:
Franco Fichtner 2024-04-16 10:44:17 +02:00
parent 3c68989919
commit e06105e069
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fi
if [ -z "${LOGSTEP}" ]; then
echo nightly build $(basename ${CURRENTDIR})
echo ==========================
for CURRENTLOG in $(find -s ${CURRENTDIR} -name "*.log"); do
for CURRENTLOG in $(find -s ${CURRENTDIR} -name "??-*.log"); do
CURRENTRET=running
if [ -f ${CURRENTLOG}.ok ]; then
CURRENTRET=ok