Исправлено создание файла конфигурации. Добавлены номера версий в вызов tclsh8.6 и wish8.6. Убрана зависимостить на Threads.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Tcl ignores the next line -*- tcl -*- \
|
||||
exec tclsh "$0" -- "$@"
|
||||
exec tclsh8.6 "$0" -- "$@"
|
||||
|
||||
######################################################################
|
||||
# ProjMan 2
|
||||
@@ -334,4 +334,3 @@ if [info exists args(--txt)] {
|
||||
StoreChangeLog $outText
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user