ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/tradinstall.csh
(Generate patch)

Comparing ray/src/util/tradinstall.csh (file contents):
Revision 2.4 by greg, Sun Sep 29 12:24:33 1996 UTC vs.
Revision 2.5 by greg, Tue Oct 29 14:25:18 1996 UTC

# Line 24 | Line 24 | if (! $?wishcom) then
24          echo "Cannot find wish executable in current path -- trad not installed."
25          exit 1
26   endif
27 < if ( $wishcom:t == wish ) set oldwish
27 > if ( $wishcom:t == wish ) then
28 >        set wishcom="$wishcom -f"
29 >        set oldwish
30 > endif
31  
32   echo "Installing trad using $wishcom"
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines