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}"
166
166
info " -U (--print-url): ${arg_U} "
167
167
info " -v (--version): ${arg_v} "
168
168
info " -V (--print-version): ${arg_V} "
169
+ info " -y (--yes-to-all): ${arg_y} "
169
170
}
170
171
# This file is organized into three sections:
171
172
# 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} "
110
110
info " -U (--print-url): ${arg_U} "
111
111
info " -v (--version): ${arg_v} "
112
112
info " -V (--print-version): ${arg_V} "
113
+ info " -y (--yes-to-all): ${arg_y} "
113
114
}
114
115
115
116
if [[ -z " ${arg_B} " ]]; then
Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ report_results()
113
113
setup_csh_location=${PWD}
114
114
fi
115
115
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: ***"
119
119
echo " "
120
120
echo " source $setup_sh_location /setup.sh"
121
121
echo " source $setup_csh_location /setup.csh"
122
122
echo " "
123
- echo " *** Installation complete. ***"
123
+ echo " *** Installation complete. ***"
124
124
125
125
else # Installation failed
126
126
You can’t perform that action at this time.
0 commit comments