Skip to content

Commit

Permalink
add Z shell to list of shells in setup directions
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Jun 13, 2020
1 parent 78a4346 commit d90f4a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prerequisites/install-functions/report_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ report_results()
else
setup_csh_location=${PWD}
fi
echo "*** To set up your environment for using caf and cafrun, please ***"
echo "*** source the installed setup.sh file in a bash shell or source ***"
echo "*** setup.csh in a C-shell or add one of the following statements ***"
echo "*** to your login file: ***"
echo "*** To set up your environment for using caf and cafrun, please ***"
echo "*** source the installed setup.sh file in bash or Z shell or ***"
echo "*** source setup.csh in a C-shell or add one of the following ***"
echo "*** statements to your login file: ***"
echo ""
echo " source ${setup_sh_location%/}/setup.sh"
echo " source ${setup_csh_location%/}/setup.csh"
Expand Down

0 comments on commit d90f4a8

Please sign in to comment.