File tree 1 file changed +4
-4
lines changed
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
92
92
echo " $this_script : $build_script script does not exist or the user lacks executable permission for it."
93
93
echo " $this_script : Please run this_script in the top-level OpenCoarrays source directory or set the"
94
94
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]."
97
97
exit 20
98
98
fi
99
99
@@ -519,7 +519,7 @@ find_or_install()
519
519
fi
520
520
fi
521
521
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):"
523
523
stack_print dependency_pkg
524
524
525
525
stack_pop dependency_pkg package
@@ -660,7 +660,7 @@ print_header()
660
660
fi
661
661
printf " Ready to proceed? (y/n)"
662
662
read install_now
663
- printf " \n"
663
+ printf " $install_now \n"
664
664
665
665
if [[ " $install_now " != " y" ]]; then
666
666
printf " $this_script : Aborting. [exit 85]\n"
You can’t perform that action at this time.
0 commit comments