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.
2 parents a4a1cc6 + feed2f0 commit 4d47cf2Copy full SHA for 4d47cf2
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