Added
Link Here
|
1 |
auto.def started using 'lmap' between`neomutt-20220429`and neomutt-20230322 |
2 |
tclsh8.5 does not support that. |
3 |
https://github.com/neomutt/neomutt/issues/3808 |
4 |
|
5 |
--- autosetup/autosetup-find-tclsh.orig 2023-03-22 15:35:11 UTC |
6 |
+++ autosetup/autosetup-find-tclsh |
7 |
@@ -4,7 +4,7 @@ |
8 |
# Prefer $autosetup_tclsh if is set in the environment (unless ./jimsh0 works) |
9 |
# If an argument is given, use that as the test instead of autosetup-test-tclsh |
10 |
d="`dirname "$0"`" |
11 |
-for tclsh in ./jimsh0 $autosetup_tclsh jimsh tclsh tclsh8.5 tclsh8.6 tclsh8.7; do |
12 |
+for tclsh in ./jimsh0 $autosetup_tclsh jimsh tclsh tclsh8.6 tclsh8.7; do |
13 |
{ $tclsh "$d/${1-autosetup-test-tclsh}"; } 2>/dev/null && exit 0 |
14 |
done |
15 |
echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0" |