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 d4c4c3a commit 0b67e4bCopy full SHA for 0b67e4b
prerequisites/build-functions/build_and_install.sh
@@ -1,7 +1,8 @@
1
# Make the build directory, configure, and build
2
# shellcheck disable=SC2154
3
4
-source ${OPENCOARRAYS_SRC_DIR}/prerequisites/build-functions/edit_GCC_download_prereqs_file_if_necessary.sh
+# shellcheck source=prerequisites/build-functions/edit_GCC_download_prereqs_file_if_necessary.sh
5
+source "${OPENCOARRAYS_SRC_DIR}/prerequisites/build-functions/edit_GCC_download_prereqs_file_if_necessary.sh"
6
7
build_and_install()
8
{
0 commit comments