Skip to content

Commit 0b67e4b

Browse files
committed
Tell shellcheck how to find sourced file
1 parent d4c4c3a commit 0b67e4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prerequisites/build-functions/build_and_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Make the build directory, configure, and build
22
# shellcheck disable=SC2154
33

4-
source ${OPENCOARRAYS_SRC_DIR}/prerequisites/build-functions/edit_GCC_download_prereqs_file_if_necessary.sh
4+
# 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"
56

67
build_and_install()
78
{

0 commit comments

Comments
 (0)