Skip to content

Commit

Permalink
Merge branch 'master' into gimme_env_consistency_67
Browse files Browse the repository at this point in the history
  • Loading branch information
philpennock authored Feb 25, 2018
2 parents 8a42fef + 418e280 commit cf4a0c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gimme
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ _do_curls() {
echo "$(cat "${f}.sha256") ${f}" >"${f}.sha256.tmp"
mv "${f}.sha256.tmp" "${f}.sha256"
if ! _sha256sum -c "${f}.sha256" &>/dev/null; then
echo "gimme: sha256sum failed for '${f}'" >&2
echo 'gimme: continuing to next candidate URL' >&2
warn "sha256sum failed for '${f}'"
warn 'continuing to next candidate URL'
continue
fi
fi
Expand Down Expand Up @@ -914,6 +914,6 @@ if ! case "${GIMME_TYPE}" in
;;
esac; then
echo >&2 "I don't have any idea what to do with '${GIMME_GO_VERSION}'."
echo >&2 " (using type '${GIMME_TYPE}')"
echo >&2 " (using download type '${GIMME_TYPE}')"
exit 1
fi

0 comments on commit cf4a0c9

Please sign in to comment.