File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
prerequisites/build-functions Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source "${OPENCOARRAYS_SRC_DIR}/prerequisites/build-functions/ftp-url.sh"
3
3
# shellcheck source=./set_SUDO_if_needed_to_write_to_directory.sh
4
4
source " ${OPENCOARRAYS_SRC_DIR} /prerequisites/build-functions/set_SUDO_if_needed_to_write_to_directory.sh"
5
5
6
- # Download pkg-config if the tar ball is not already in the present working directory
6
+ # Download package if the tar ball is not already in the present working directory
7
7
# shellcheck disable=SC2154
8
8
download_if_necessary ()
9
9
{
@@ -27,13 +27,7 @@ download_if_necessary()
27
27
info " Please either ensure that ${fetch} is installed and in your PATH"
28
28
info " or download the ${package_name} source from "
29
29
info " ${package_url} "
30
- # called_by_install_sh=`echo "$(ps -p $PPID -o args=)" | grep install.sh`
31
30
info " Place the downloaded file in ${download_path} and restart this script."
32
- # if [[ ! -z $called_by_install_sh ]]; then
33
- # caller="install.sh"
34
- # else
35
- # caller="build"
36
- # fi
37
31
emergency " Aborting [exit 90]"
38
32
else
39
33
# The download mechanism is in the path.
You can’t perform that action at this time.
0 commit comments