File tree 2 files changed +5
-5
lines changed
prerequisites/install-functions
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
$Format:%d%n%n$
2
2
# Fall back version, probably last release:
3
- 2.8 .0
3
+ 2.9 .0
4
4
5
5
# OpenCoarrays version file. This project uses semantic
6
6
# versioning. For details see http://semver.org
Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ report_results()
143
143
else
144
144
setup_csh_location=${PWD}
145
145
fi
146
- echo " *** To set up your environment for using caf and cafrun, please ***"
147
- echo " *** source the installed setup.sh file in a bash shell or source ***"
148
- echo " *** setup.csh in a C-shell or add one of the following statements ***"
149
- echo " *** to your login file: ***"
146
+ echo " *** To set up your environment for using caf and cafrun, please ***"
147
+ echo " *** source the installed setup.sh file in bash or Z shell or ***"
148
+ echo " *** source setup.csh in a C-shell or add one of the following ***"
149
+ echo " *** statements to your login file: ***"
150
150
echo " "
151
151
echo " source ${setup_sh_location%/ } /setup.sh"
152
152
echo " source ${setup_csh_location%/ } /setup.csh"
You can’t perform that action at this time.
0 commit comments