From aa97d7801bfe6d62b4787425ad8345aa90370282 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sat, 14 Jan 2017 14:05:40 -0800 Subject: [PATCH] fix errors Signed-off-by: Jess Frazelle --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index 5fe2f43..8ac9602 100755 --- a/build-all.sh +++ b/build-all.sh @@ -53,7 +53,7 @@ dofile() { $SCRIPT build_and_push "${base}" "${suite}" "${build_dir}" } || { # add to errors - echo "${ERRORS} ${base}:${suite} " >> $ERRORS + echo "${base}:${suite}" >> $ERRORS } echo echo