Add "Discovered file '<file>'" diagnostic message
This commit is contained in:
parent
5a14905671
commit
35b1911cf3
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ for FILE in *; do
|
|||
|
||||
# Add to FILES array
|
||||
FILES+=( "${FILE}" )
|
||||
|
||||
diag "Discovered file '${FILE}'"
|
||||
done
|
||||
|
||||
# -> Create semicolon-comma-separated string
|
||||
|
|
Loading…
Add table
Reference in a new issue