From 3954424698fb9d305f83cb6dc9813d0289717385 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 11 May 2015 17:38:32 +0800 Subject: fix daily builder failure for parser prediction promise and attach to node master JIRA: OCTO-66 Change-Id: Ia2337487b20e2f68be68f9a1488385383286b6d3 Signed-off-by: MatthewLi --- jjb/prediction/docu-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/prediction') 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 -- cgit 1.2.3-korg