| # | Line 9 | Line 9 | set TLIBFILES = ( *[a-z].tcl *.hlp trad.icon tclIndex | |
|---|---|---|
| 9 | ||
| 10 | set TDIFFS = (`ls | sed -n 's/3\.6\.tcl$//p'`) | |
| 11 | ||
| 12 | < | set WISHCOMS = ( wish4.{3,2,1,0} wish ) | 
| 12 | > | set WISHCOMS = ( wish4.{3,2,1,0} wish8.0 wish ) | 
| 13 | ||
| 14 | foreach w ( $WISHCOMS ) | |
| 15 | foreach d ($path) | |
| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |