Skip to content

Commit ca64b3f

Browse files
author
Damian Rouson
committed
Add arg_y diagnostic output;better csh instruction
1 parent 2c1c744 commit ca64b3f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ info "-P (--print-path): ${arg_P}"
166166
info "-U (--print-url): ${arg_U}"
167167
info "-v (--version): ${arg_v}"
168168
info "-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.

prerequisites/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ info "-t (--with-tau): ${arg_t} "
110110
info "-U (--print-url): ${arg_U} "
111111
info "-v (--version): ${arg_v} "
112112
info "-V (--print-version): ${arg_V} "
113+
info "-y (--yes-to-all): ${arg_y} "
113114
}
114115

115116
if [[ -z "${arg_B}" ]]; then

prerequisites/install-functions/report_results.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)