Store absolule path to ca-bundle file

This commit is contained in:
Patrick Sodré 2016-08-25 00:07:06 -04:00
parent 9a408ff059
commit 8f80d3419f

View File

@ -3102,7 +3102,7 @@ _process() {
HTTPS_INSECURE="1" HTTPS_INSECURE="1"
;; ;;
--ca-bundle) --ca-bundle)
_ca_bundle="$2" _ca_bundle=$(readlink -f $2)
CA_BUNDLE="$_ca_bundle" CA_BUNDLE="$_ca_bundle"
shift shift
;; ;;