Skip to content

Commit f0b487c

Browse files
author
Damian Rouson
committed
Merge branch 'branch-1.0.0' of https://github.com/sourceryinstitute/opencoarrays into branch-1.0.0
2 parents 5e213e7 + 2042c3d commit f0b487c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ if [[ ! -x "$build_script" ]]; then
9292
echo "$this_script: $build_script script does not exist or the user lacks executable permission for it."
9393
echo "$this_script: Please run this_script in the top-level OpenCoarrays source directory or set the"
9494
echo "$this_script: OPENCOARRAYS_SRC_DIR environment variable to the top-level OpenCoarrays source path."
95-
echo "$this_script: If you have specified an installation director that requires administrative privileges,"
96-
echo "$this_script: please prepend 'sudo -E' to your invocation of the script [exit 20]."
95+
echo "$this_script: If you have specified an installation directory that requires administrative privileges,"
96+
echo "$this_script: please prepend 'sudo' or 'sudo -E' to your invocation of the script [exit 20]."
9797
exit 20
9898
fi
9999

@@ -519,7 +519,7 @@ find_or_install()
519519
fi
520520
fi
521521

522-
echo "$this_script: Remaining dependency stack (top to bottom = left to right):"
522+
echo "$this_script: Remaining $package dependency stack (top to bottom = left to right):"
523523
stack_print dependency_pkg
524524

525525
stack_pop dependency_pkg package
@@ -660,7 +660,7 @@ print_header()
660660
fi
661661
printf "Ready to proceed? (y/n)"
662662
read install_now
663-
printf "\n"
663+
printf " $install_now\n"
664664

665665
if [[ "$install_now" != "y" ]]; then
666666
printf "$this_script: Aborting. [exit 85]\n"

0 commit comments

Comments
 (0)