Skip to content

Commit d90f4a8

Browse files
author
Damian Rouson
committed
add Z shell to list of shells in setup directions
1 parent 78a4346 commit d90f4a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prerequisites/install-functions/report_results.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ report_results()
143143
else
144144
setup_csh_location=${PWD}
145145
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: ***"
150150
echo ""
151151
echo " source ${setup_sh_location%/}/setup.sh"
152152
echo " source ${setup_csh_location%/}/setup.csh"

0 commit comments

Comments
 (0)