Fossil SCM
tclsh8.7 is out there...
Commit
8b276cf9f1cdf2e932e73b0828760cb22208c66d4e2610fc4d9a58bd45a4b3c2
Parent
1dd2527f2ace937…
1 file changed
+1
-1
+1
-1
| --- autosetup/find-tclsh | ||
| +++ autosetup/find-tclsh | ||
| @@ -2,11 +2,11 @@ | ||
| 2 | 2 | # Looks for a suitable tclsh or jimsh in the PATH |
| 3 | 3 | # If not found, builds a bootstrap jimsh from source |
| 4 | 4 | d=`dirname "$0"` |
| 5 | 5 | { "$d/jimsh0" "$d/test-tclsh"; } 2>/dev/null && exit 0 |
| 6 | 6 | PATH="$PATH:$d"; export PATH |
| 7 | -for tclsh in jimsh tclsh tclsh8.5 tclsh8.6; do | |
| 7 | +for tclsh in jimsh tclsh tclsh8.5 tclsh8.6 tclsh8.7; do | |
| 8 | 8 | { $tclsh "$d/test-tclsh"; } 2>/dev/null && exit 0 |
| 9 | 9 | done |
| 10 | 10 | echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0" |
| 11 | 11 | for cc in ${CC_FOR_BUILD:-cc} gcc; do |
| 12 | 12 | { $cc -o "$d/jimsh0" "$d/jimsh0.c"; } 2>/dev/null || continue |
| 13 | 13 |
| --- autosetup/find-tclsh | |
| +++ autosetup/find-tclsh | |
| @@ -2,11 +2,11 @@ | |
| 2 | # Looks for a suitable tclsh or jimsh in the PATH |
| 3 | # If not found, builds a bootstrap jimsh from source |
| 4 | d=`dirname "$0"` |
| 5 | { "$d/jimsh0" "$d/test-tclsh"; } 2>/dev/null && exit 0 |
| 6 | PATH="$PATH:$d"; export PATH |
| 7 | for tclsh in jimsh tclsh tclsh8.5 tclsh8.6; do |
| 8 | { $tclsh "$d/test-tclsh"; } 2>/dev/null && exit 0 |
| 9 | done |
| 10 | echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0" |
| 11 | for cc in ${CC_FOR_BUILD:-cc} gcc; do |
| 12 | { $cc -o "$d/jimsh0" "$d/jimsh0.c"; } 2>/dev/null || continue |
| 13 |
| --- autosetup/find-tclsh | |
| +++ autosetup/find-tclsh | |
| @@ -2,11 +2,11 @@ | |
| 2 | # Looks for a suitable tclsh or jimsh in the PATH |
| 3 | # If not found, builds a bootstrap jimsh from source |
| 4 | d=`dirname "$0"` |
| 5 | { "$d/jimsh0" "$d/test-tclsh"; } 2>/dev/null && exit 0 |
| 6 | PATH="$PATH:$d"; export PATH |
| 7 | for tclsh in jimsh tclsh tclsh8.5 tclsh8.6 tclsh8.7; do |
| 8 | { $tclsh "$d/test-tclsh"; } 2>/dev/null && exit 0 |
| 9 | done |
| 10 | echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0" |
| 11 | for cc in ${CC_FOR_BUILD:-cc} gcc; do |
| 12 | { $cc -o "$d/jimsh0" "$d/jimsh0.c"; } 2>/dev/null || continue |
| 13 |