mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 08:25:07 +02:00
Removes NOFILE warning (by default) when running under TCL8 but still allows user to override with "export MAGIC_ULIMIT_NOFILE=" before running docker with extra argument '-e MAGIC_ULIMIT_NOFILE'.
5 lines
102 B
Tcl
5 lines
102 B
Tcl
# Usage: wish version_check.tcl
|
|
puts "tcl_version=$tcl_version"
|
|
puts "tk_version=$tk_version"
|
|
exit 0
|