File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
9898fi
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"
You can’t perform that action at this time.
0 commit comments