fix errors

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-14 14:05:40 -08:00
parent d132db8e96
commit aa97d7801b
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -53,7 +53,7 @@ dofile() {
$SCRIPT build_and_push "${base}" "${suite}" "${build_dir}" $SCRIPT build_and_push "${base}" "${suite}" "${build_dir}"
} || { } || {
# add to errors # add to errors
echo "${ERRORS} ${base}:${suite} " >> $ERRORS echo "${base}:${suite}" >> $ERRORS
} }
echo echo
echo echo