Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tarball url parsing in presence of "pipefail"
Piping to `head` does not mix with `set -o pipefail` because `head` "short-circuits" as soon as it finds a result, causing a SIGPIPE to be sent to the writer, which may cause the writer to fail.
- Loading branch information