summaryrefslogtreecommitdiffstats
path: root/jjb/prediction/docu-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/prediction/docu-build.sh')
-rw-r--r--jjb/prediction/docu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/prediction/docu-build.sh b/jjb/prediction/docu-build.sh
index 7358118bd..583654c82 100644
--- a/jjb/prediction/docu-build.sh
+++ b/jjb/prediction/docu-build.sh
@@ -44,7 +44,7 @@ done
images=()
while read -r -d ''; do
- images+=("$REPLY)
+ images+=("$REPLY")
done < <(find * -type f \( -iname \*.jpg -o -iname \*.png \) -print0)
for img in "${{images[@]}}"; do