| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #!/bin/csh -fe | |
| 2 | < | # SCCSid "$SunId$ LBL" |
| 2 | > | # RCSid: $Id$ |
| 3 | # Install correct version of trad for wish or wish4.0 | |
| 4 | # | |
| 5 | set instdir = $1 | |
| # | 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 ) then |
| 28 | < | set wishcom="$wishcom -f" |
| 29 | < | set oldwish |
| 30 | < | endif |
| 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 |