Commit d6d5a2b 1 parent 51c6b1c commit d6d5a2b Copy full SHA for d6d5a2b
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,15 @@ if [ -d $EESSI_PREFIX ]; then
106
106
false
107
107
fi
108
108
109
- # Fix wrong path for RHEL >=8 libcurl
110
- # This is required here because we ship curl in our compat layer. If we only provided
111
- # curl as a module file we could instead do this via a `modluafooter` in an EasyBuild
112
- # hook (or via an Lmod hook)
113
- rhel_libcurl_file="/etc/pki/tls/certs/ca-bundle.crt"
114
- if [ -f $rhel_libcurl_file ]; then
115
- show_msg "Found libcurl CAs file at RHEL location, setting CURL_CA_BUNDLE"
116
- export CURL_CA_BUNDLE=$rhel_libcurl_file
117
- fi
109
+ # Fix wrong path for RHEL >=8 libcurl
110
+ # This is required here because we ship curl in our compat layer. If we only provided
111
+ # curl as a module file we could instead do this via a `modluafooter` in an EasyBuild
112
+ # hook (or via an Lmod hook)
113
+ rhel_libcurl_file="/etc/pki/tls/certs/ca-bundle.crt"
114
+ if [ -f $rhel_libcurl_file ]; then
115
+ show_msg "Found libcurl CAs file at RHEL location, setting CURL_CA_BUNDLE"
116
+ export CURL_CA_BUNDLE=$rhel_libcurl_file
117
+ fi
118
118
119
119
else
120
120
error "EESSI software layer at $EESSI_SOFTWARE_PATH not found!"
You can’t perform that action at this time.
0 commit comments