Skip to content

Commit

Permalink
update_check.sh: ignore SSL errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Nov 2, 2014
1 parent 0af8429 commit ebbb33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/xbps-src/shutils/update_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ update_check() {
if [ -n "$XBPS_UPDATE_CHECK_VERBOSE" ]; then
echo "fetching $url" 1>&2
fi
curl -A "xbps-src-update-check/$XBPS_SRC_VERSION" --max-time 10 -Ls "$url" |
curl -A "xbps-src-update-check/$XBPS_SRC_VERSION" --max-time 10 -Lsk "$url" |
grep -Po -i "$rx"
done |
sort -Vu |
Expand Down

0 comments on commit ebbb33b

Please sign in to comment.