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.10 by greg, Wed May 1 16:47:54 2019 UTC vs.
Revision 2.11 by greg, Thu Aug 27 17:46:52 2020 UTC

# Line 5 | Line 5
5   set instdir = $1
6   set libdir = $2
7  
8 + # Need to execute in containing directory:
9 + if ($0:h != $0) cd $0:h
10 +
11   set TLIBFILES = ( *[a-z].tcl *.hlp trad.icon tclIndex )
12  
13   set TDIFFS = (`ls | sed -n 's/3\.6\.tcl$//p'`)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines