File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ info "-P (--print-path): ${arg_P}"
166166info " -U (--print-url): ${arg_U} "
167167info " -v (--version): ${arg_v} "
168168info " -V (--print-version): ${arg_V} "
169+ info " -y (--yes-to-all): ${arg_y} "
169170}
170171# This file is organized into three sections:
171172# 1. Command-line argument and environment variable processing.
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ info "-t (--with-tau): ${arg_t} "
110110info " -U (--print-url): ${arg_U} "
111111info " -v (--version): ${arg_v} "
112112info " -V (--print-version): ${arg_V} "
113+ info " -y (--yes-to-all): ${arg_y} "
113114}
114115
115116if [[ -z " ${arg_B} " ]]; then
Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ report_results()
113113 setup_csh_location=${PWD}
114114 fi
115115 echo " *** To set up your environment for using caf and cafrun, please ***"
116- echo " *** source the installed setup.sh file in a bash shell setup.csh ***"
117- echo " *** if you use a C-shell as follows ( or add one of the following ***"
118- echo " *** statements to your login file: ***"
116+ echo " *** source the installed setup.sh file in a bash shell or source ***"
117+ echo " *** setup.csh in a C-shell or add one of the following statements ***"
118+ echo " *** to your login file: ***"
119119 echo " "
120120 echo " source $setup_sh_location /setup.sh"
121121 echo " source $setup_csh_location /setup.csh"
122122 echo " "
123- echo " *** Installation complete. ***"
123+ echo " *** Installation complete. ***"
124124
125125 else # Installation failed
126126
You can’t perform that action at this time.
0 commit comments