We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a1cc6 commit feed2f0Copy full SHA for feed2f0
prerequisites/build-functions/build_and_install.sh
@@ -51,7 +51,7 @@ build_and_install()
51
# Patch gfortran if necessary
52
export patches_dir="${OPENCOARRAYS_SRC_DIR}/prerequisites/build-functions/patches/${package_to_build}/${version_to_build}"
53
if [[ -d "${patches_dir:-}" ]]; then
54
- for patch in "${patches_dir%/}"*.diff ; do
+ for patch in "${patches_dir%/}"/*.diff ; do
55
info "Applying patch ${patch##*/} to $package_to_build ${version_to_build}."
56
patch -p1 < "$patch"
57
done
0 commit comments