fix bug in the --ca-bundle param of passing -f to _readlink
@@ -5510,7 +5510,7 @@ _process() {
HTTPS_INSECURE="1"
;;
--ca-bundle)
- _ca_bundle="$(_readlink -f "$2")"
+ _ca_bundle="$(_readlink "$2")"
CA_BUNDLE="$_ca_bundle"
shift