--- ray/makeall 2005/07/26 15:33:13 1.18 +++ ray/makeall 2005/08/09 21:21:14 1.19 @@ -1,5 +1,5 @@ #!/bin/csh -f -# RCSid $Id: makeall,v 1.18 2005/07/26 15:33:13 greg Exp $ +# RCSid $Id: makeall,v 1.19 2005/08/09 21:21:14 greg Exp $ # # Make all the Radiance programs # @@ -16,7 +16,7 @@ if ( "$1" == library ) then echo "Set the environment variable RAYPATH=.:$ldir" echo 'For C-shell users, put the following into ~/.cshrc' echo " setenv RAYPATH .:$ldir" - echo 'For Bourne shell users, put the following into $HOME/profile' + echo 'For Bourne shell users, put the following into $HOME/.profile' echo " RAYPATH=.:$ldir" echo " export RAYPATH" echo "" @@ -260,7 +260,7 @@ if (! $inpath ) then echo "Add $idir to the beginning of your execution path:" echo 'For C-shell users, put the following into ~/.cshrc' echo " set path=( $idir "'$path )' - echo 'For Bourne shell users, put the following into $HOME/profile' + echo 'For Bourne shell users, put the following into $HOME/.profile' echo " PATH=$idir"':$PATH' echo " export PATH" endif