Исправлено создание файла конфигурации. Добавлены номера версий в вызов tclsh8.6 и wish8.6. Убрана зависимостить на Threads.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-27 14:05:40 +03:00
parent f54333f942
commit 430f7d6607
6 changed files with 14 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
#-*-tcl-*-
# the next line restarts using wish \
exec wish "$0" -- ${1+"$@"}
exec wish8.6 "$0" -- ${1+"$@"}
set version 3.0
@@ -1367,4 +1367,3 @@ proc make-regexp::make-regexp {words} {
#==============================================================================================