| # | 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} wish8.0 wish ) |
| 12 | > | set WISHCOMS = ( wish4.{3,2,1,0} wish8.{6,5,4,3,2,1,0} wish ) |
| 13 | ||
| 14 | foreach w ( $WISHCOMS ) | |
| 15 | foreach d ($path) | |
| # | Line 30 | Line 30 | endif | |
| 30 | ||
| 31 | echo "Installing trad using $wishcom" | |
| 32 | ||
| 33 | < | sed -e "1s|/usr/local/bin/wish4\.0|$wishcom|" \ |
| 33 | > | sed -e "1s|/usr/bin/wish|$wishcom|" \ |
| 34 | -e "s|^set radlib .*|set radlib $libdir|" trad.wsh > $instdir/trad | |
| 35 | chmod 755 $instdir/trad | |
| 36 | if (! -d $libdir) then | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |