ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/makeall
(Generate patch)

Comparing ray/makeall (file contents):
Revision 1.18 by greg, Tue Jul 26 15:33:13 2005 UTC vs.
Revision 1.19 by greg, Tue Aug 9 21:21:14 2005 UTC

# Line 16 | Line 16 | if ( "$1" == library ) then
16          echo "Set the environment variable RAYPATH=.:$ldir"
17          echo 'For C-shell users, put the following into ~/.cshrc'
18          echo "  setenv RAYPATH .:$ldir"
19 <        echo 'For Bourne shell users, put the following into $HOME/profile'
19 >        echo 'For Bourne shell users, put the following into $HOME/.profile'
20          echo "  RAYPATH=.:$ldir"
21          echo "  export RAYPATH"
22          echo ""
# Line 260 | Line 260 | if (! $inpath ) then
260          echo "Add $idir to the beginning of your execution path:"
261          echo 'For C-shell users, put the following into ~/.cshrc'
262          echo "  set path=( $idir "'$path )'
263 <        echo 'For Bourne shell users, put the following into $HOME/profile'
263 >        echo 'For Bourne shell users, put the following into $HOME/.profile'
264          echo "  PATH=$idir"':$PATH'
265          echo "  export PATH"
266   endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines