Skip to content

main/curl: fix bootstrap build

Ghost User requested to merge (removed):curl-bootstrap into master

[ .. ] && .. inside a function with set -e fails when the [ test ]
returns a falsy value. this is only true inside a function; it is
normally a special exception for set -e when written top-level.

fix this by using a proper if block.

fixes b0e6807a

Edited by Ghost User

Merge request reports